From e0b09908d96b30d7b5a5116101fe9fec6a0f1818 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 4 Aug 2023 14:57:31 +0200 Subject: [PATCH] chore: publish 5.0.1+27.0.1-fpm release --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 92c447d..f23e1e9 100644 --- a/compose.yml +++ b/compose.yml @@ -41,7 +41,7 @@ services: start_period: 5m app: - image: nextcloud:27.0.0-fpm + image: nextcloud:27.0.1-fpm depends_on: - db configs: @@ -86,7 +86,7 @@ services: failure_action: rollback order: start-first labels: - - "coop-cloud.${STACK_NAME}.version=5.0.0+27.0.0-fpm" + - "coop-cloud.${STACK_NAME}.version=5.0.1+27.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:27.0.0-fpm + image: nextcloud:27.0.1-fpm volumes: - nextcloud:/var/www/html/ - nextapps:/var/www/html/custom_apps:cached