chore: publish 4.0.0+26.0.1-fpm release

This commit is contained in:
3wc 2023-04-27 16:59:58 -04:00 committed by Christian Galo
parent 83a45a477c
commit af18ec0637
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ services:
start_period: 5m
app:
image: nextcloud:25.0.6-fpm
image: nextcloud:26.0.1-fpm
depends_on:
- db
configs:
@ -86,7 +86,7 @@ services:
failure_action: rollback
order: start-first
labels:
- "coop-cloud.${STACK_NAME}.version=3.3.2+25.0.6-fpm"
- "coop-cloud.${STACK_NAME}.version=4.0.0+26.0.1-fpm"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/"
@ -98,7 +98,7 @@ services:
start_period: 5m
cron:
image: nextcloud:25.0.6-fpm
image: nextcloud:26.0.1-fpm
volumes:
- nextcloud:/var/www/html/
- nextapps:/var/www/html/custom_apps:cached