chore: publish 7.2.0+22.0.5 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-11-22 15:27:32 +00:00
parent 5b83f487ec
commit e7360c2a16
2 changed files with 6 additions and 1 deletions

View File

@ -46,7 +46,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=7.1.0+22.0.5"
- "coop-cloud.${STACK_NAME}.version=7.2.0+22.0.5"
db:
image: "mariadb:10.11"

5
release/7.2.0+22.0.5 Normal file
View File

@ -0,0 +1,5 @@
A persistent volume for themes is now optional, and not enabled by default.
If you are using a custom theme, consult the recipe `.env.sample` to see the new
variables you need to add. You can use `abra app check ...` to verify that
they've been added correctly.