mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 18:38:38 -06:00
📌 Tag nginx to 1.18
This commit is contained in:
parent
615b6bb883
commit
7a061a6b12
@ -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:
|
||||
|
@ -1,3 +1,4 @@
|
||||
daemon off;
|
||||
worker_processes 1;
|
||||
|
||||
error_log /dev/stderr info;
|
||||
|
Loading…
Reference in New Issue
Block a user