mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
📌 Tag nginx to 1.18
This commit is contained in:
parent
615b6bb883
commit
7a061a6b12
@ -36,7 +36,7 @@ services:
|
|||||||
- rqworker
|
- rqworker
|
||||||
nginx:
|
nginx:
|
||||||
command: nginx -c /etc/netbox-nginx/nginx.conf
|
command: nginx -c /etc/netbox-nginx/nginx.conf
|
||||||
image: nginx
|
image: nginx:1.18
|
||||||
depends_on:
|
depends_on:
|
||||||
- netbox
|
- netbox
|
||||||
ports:
|
ports:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
daemon off;
|
||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
|
|
||||||
error_log /dev/stderr info;
|
error_log /dev/stderr info;
|
||||||
|
Loading…
Reference in New Issue
Block a user