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 confCould no load Unit configurationdependency 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: bridgeenable_ipv6: false
Any suggestion to resolve?