mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Update nginx 1.17 to 1.19 on docker-compose.yaml
This commit is contained in:
parent
e9a9d9b70b
commit
0a289b6988
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue