mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 19:32:24 -06:00
📌 Tag nginx to 1.18
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user