mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
chore(deps): update nginx docker tag to v1.26.0
This commit is contained in:
committed by
Alexis Couvreur
parent
fabe243b4f
commit
dc935f534f
@@ -22,7 +22,7 @@ services:
|
|||||||
image: containous/whoami:v1.5.0
|
image: containous/whoami:v1.5.0
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.25.5
|
image: nginx:1.26.0
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
@@ -2,7 +2,7 @@ version: '3.9'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
proxy:
|
proxy:
|
||||||
image: nginx:1.25.5
|
image: nginx:1.26.0
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
volumes:
|
volumes:
|
||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
image: containous/whoami:v1.5.0
|
image: containous/whoami:v1.5.0
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.25.5
|
image: nginx:1.26.0
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
@@ -58,7 +58,7 @@ services:
|
|||||||
# - traefik.http.routers.whoami.middlewares=ondemand
|
# - traefik.http.routers.whoami.middlewares=ondemand
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.25.5
|
image: nginx:1.26.0
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user