mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-20 04:12:25 -06:00
🔧 Update nginx docker configuration
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
daemon off;
|
||||
worker_processes 1;
|
||||
|
||||
error_log /dev/stderr info;
|
||||
|
||||
Reference in New Issue
Block a user