chore: publish 1.0.0+23.0.1-fpm release

This commit is contained in:
decentral1se 2022-02-10 10:40:34 +01:00
parent 262d61cd0e
commit fbe8faddc0

View File

@ -33,7 +33,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
app: app:
image: nextcloud:23.0.0-fpm image: nextcloud:23.0.1-fpm
depends_on: depends_on:
- db - db
configs: configs:
@ -73,7 +73,7 @@ services:
failure_action: rollback failure_action: rollback
order: start-first order: start-first
labels: labels:
- "coop-cloud.${STACK_NAME}.version=" - "coop-cloud.${STACK_NAME}.version=1.0.0+23.0.1-fpm"
db: db:
image: "mariadb:10.5" image: "mariadb:10.5"
@ -94,7 +94,7 @@ services:
- internal - internal
cron: cron:
image: nextcloud:23.0.0-fpm image: nextcloud:23.0.1-fpm
volumes: volumes:
- nextcloud:/var/www/html/ - nextcloud:/var/www/html/
- nextapps:/var/www/html/custom_apps:cached - nextapps:/var/www/html/custom_apps:cached