chore: publish 4.0.3+26.0.2-fpm release

This commit is contained in:
3wc 2023-06-09 10:31:49 +01:00 committed by Christian Galo
parent 088f9ff9e5
commit 06cf73d438
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ services:
- NEXTCLOUD_UPDATE=1
db:
image: "postgres:15"
image: "postgres:12"
volumes:
- "postgres:/var/lib/postgresql/data"
networks:

View File

@ -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/"