Update nginx 1.17 to 1.19 on docker-compose.yaml
This commit is contained in:
parent
e9a9d9b70b
commit
0a289b6988
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ services:
|
||||||
- rqworker
|
- rqworker
|
||||||
nginx:
|
nginx:
|
||||||
command: nginx -c /etc/netbox-nginx/nginx.conf
|
command: nginx -c /etc/netbox-nginx/nginx.conf
|
||||||
image: nginx:1.17-alpine
|
image: nginx:1.19-alpine
|
||||||
depends_on:
|
depends_on:
|
||||||
- netbox
|
- netbox
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue