Disable IPv6 in Netbox Image #1234
Unanswered
aalsayegh
asked this question in
Getting Help
Replies: 2 comments
-
I am experiencing the very same issue. Even enabling the ipv6 support of the Docker daemon didn't help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This solution helped: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have IPv6 disabled on my server. Netbox-Docker enables IPv6 in Netbox image by default. So I'm getting the following error message when executing docker compose up:
Applying configuration from /etc/unit/nginx-unit.json
[alert] 7#7 socket("[::]:8080") failed (97: Address family not supported by protocol)
[alert] 95#95 failed to apply new conf
Could no load Unit configuration
dependency failed to start: container netbox-docker-netbox-1 exited (0)
I added the following to docker-compose.override.yml but didn't fix:
networks:
nginx:
driver: bridge
enable_ipv6: false
Any suggestion to resolve?
Beta Was this translation helpful? Give feedback.
All reactions