Up version to 1.26.0

This commit is contained in:
javielico 2022-11-11 17:49:40 +00:00
parent 66eaa6eecf
commit 830d22e4c6
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: vaultwarden/server:1.25.0
image: vaultwarden/server:1.26.0
networks:
- proxy
environment:
@ -39,7 +39,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "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.0+1.25.0"
- "coop-cloud.${STACK_NAME}.version=0.1.1+1.25.0"
volumes:
vaultwarden_data: