Skip to content
Discussion options

You must be logged in to vote

Well, answering my own question. I forgot this Docker environment (not netbox specific) DOES have a DNS quirk that requires me to manually specify the DNS server for containers.

For Netbox, I fixed this by modifying docker-compose.override.yml to add:

services:
  netbox:
    dns:
      - 192.168.86.28

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cabadam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant