📌 Tag nginx to 1.18

This commit is contained in:
Marco Ceppi 2020-05-28 14:19:58 -04:00
parent 615b6bb883
commit 7a061a6b12
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

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