From 06cf73d438b0f828c4455d2d2d3dbed25385aae2 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 9 Jun 2023 10:31:49 +0100 Subject: [PATCH] chore: publish 4.0.3+26.0.2-fpm release --- compose.postgres.yml | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.postgres.yml b/compose.postgres.yml index 75b728d..85630f6 100644 --- a/compose.postgres.yml +++ b/compose.postgres.yml @@ -10,7 +10,7 @@ services: - NEXTCLOUD_UPDATE=1 db: - image: "postgres:15" + image: "postgres:12" volumes: - "postgres:/var/lib/postgresql/data" networks: diff --git a/compose.yml b/compose.yml index 5e076f0..b9b807f 100644 --- a/compose.yml +++ b/compose.yml @@ -86,7 +86,7 @@ services: failure_action: rollback order: start-first labels: - - "coop-cloud.${STACK_NAME}.version=4.0.2+26.0.2-fpm" + - "coop-cloud.${STACK_NAME}.version=4.0.3+26.0.2-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/"