Issue with NGINX - Error Code 1 #381
Replies: 2 comments 1 reply
-
It seems you have not started Netbox. What does |
Beta Was this translation helpful? Give feedback.
-
Followed status about your mention. Logs: r:~/netbox-docker$ docker-compose ps netbox-docker_netbox-worker_1 python3 /opt/netbox/netbox ... Exit 1 Logs: o:~/netbox-docker$ docker-compose logs netbox In this case the Netbox start, however after receive message by 3 times docker is confirmed in "Stopped" status. |
Beta Was this translation helpful? Give feedback.
-
Hello Team,
This issue is same related with Docker Issue.
For me situation the logs are:
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration,
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/,
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh,
10-listen-on-ipv6-by-default.sh: Getting the checksum of /etc/nginx/conf.d/default.conf,
10-listen-on-ipv6-by-default.sh: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf,
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh,
/docker-entrypoint.sh: Configuration complete; ready for start up,
2020/12/14 13:58:05 [emerg] 1#1: host not found in upstream "netbox" in /etc/netbox-nginx/nginx.conf:29,
nginx: [emerg] host not found in upstream "netbox" in /etc/netbox-nginx/nginx.conf:29,
Docker Compose
docker-compose version 1.25.5, build unknown
Is there any another recommendation about it?
Beta Was this translation helpful? Give feedback.
All reactions