Netbox Container not starting because of IPv6 not enabled #1645
-
Current BehaviorI am having issues starting at the very first installation of netbox receiving the following error: netbox-1 | ⚙️ Applying configuration from /etc/unit/nginx-unit.json Expected BehaviorI have tried adding: GRANIAN_EXTRA_ARGS: "--host=0.0.0.0" In my docker-compose-override.yml but I had no luck, it stills fails to start because of that. Docker Compose VersionDocker Compose version v5.1.0 Docker VersionThe git RevisionThe git StatusStartup Commanddocker compose up NetBox LogsContent of docker-compose.override.ymlservices:
netbox:
environment:
GRANIAN_EXTRA_ARGS: "--host=0.0.0.0"
security_opt:
- seccomp:unconfined
ports:
- "8081:8080"
netbox-worker:
security_opt:
- seccomp:unconfined |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
You are running an old version of the container. |
Beta Was this translation helpful? Give feedback.
You can find in the history of the Wiki page: https://github.com/netbox-community/netbox-docker/wiki/Troubleshooting/_compare/cb2554023b66cc074bdeadd7779410d8aed2c6a0...a00192604666fd1b436a574038330462b9462153