Update nginx 1.17 to 1.19 on docker-compose.yaml

This commit is contained in:
EdenPark59 2020-06-18 08:08:56 +02:00 committed by GitHub
parent e9a9d9b70b
commit 0a289b6988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ services:
- rqworker
nginx:
command: nginx -c /etc/netbox-nginx/nginx.conf
image: nginx:1.17-alpine
image: nginx:1.19-alpine
depends_on:
- netbox
ports: