0
0
Fork 0

chore: upgrade minor

This commit is contained in:
decentral1se 2023-09-25 11:43:38 +02:00
parent 453db7121c
commit eae5fb5d29
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.20.2
image: nginx:1.21.0
networks:
- proxy
volumes:
@ -21,7 +21,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.1.1+1.20.2"
- "coop-cloud.${STACK_NAME}.version=0.2.0+1.21.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true"