chore: publish 0.5.1+v1.11.22 release

This commit is contained in:
decentral1se 2023-02-13 08:52:36 +01:00
parent aaf3701144
commit 9ea387ed84
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "vectorim/element-web:v1.11.15"
image: "vectorim/element-web:v1.11.22"
environment:
- DOMAIN
- HOMESERVER
@ -22,7 +22,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.5.0+v1.11.15"
- "coop-cloud.${STACK_NAME}.version=0.5.1+v1.11.22"
networks:
proxy: