🔧 Update nginx docker configuration

This commit is contained in:
Marco Ceppi 2020-04-27 11:09:36 -04:00
parent a285e75c78
commit 1d584be254
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,7 @@ services:
command:
- rqworker
nginx:
command: nginx -g 'daemon off;' -c /etc/netbox-nginx/nginx.conf
command: nginx -c /etc/netbox-nginx/nginx.conf
image: nginx
depends_on:
- netbox

View File

@ -1,4 +1,3 @@
daemon off;
worker_processes 1;
error_log /dev/stderr info;