🆙 Update nginx to the latest version
This commit is contained in:
parent
645ec1281c
commit
fdefa3465d
|
@ -29,8 +29,8 @@ services:
|
||||||
command:
|
command:
|
||||||
- rqworker
|
- rqworker
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.13-alpine
|
|
||||||
command: nginx -c /etc/netbox-nginx/nginx.conf
|
command: nginx -c /etc/netbox-nginx/nginx.conf
|
||||||
|
image: nginx:1.15-alpine
|
||||||
depends_on:
|
depends_on:
|
||||||
- netbox
|
- netbox
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue