diff --git a/docker-compose.yml b/docker-compose.yml index 74ed944d8..788cce251 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,7 +36,7 @@ services: - rqworker nginx: command: nginx -c /etc/netbox-nginx/nginx.conf - image: nginx + image: nginx:1.18 depends_on: - netbox ports: diff --git a/docker/nginx.conf b/docker/nginx.conf index 6079bccd4..3b78a9f91 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -1,3 +1,4 @@ +daemon off; worker_processes 1; error_log /dev/stderr info;