From c842de1a57031aab0a3c672ae5110dbac417f70d Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 9 Sep 2023 14:52:19 +0200 Subject: [PATCH] chore: publish 2.7.1+1.40.0 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index a0452d0..6380717 100644 --- a/compose.yml +++ b/compose.yml @@ -47,7 +47,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - - "coop-cloud.${STACK_NAME}.version=2.7.0+1.40.0" + - "coop-cloud.${STACK_NAME}.version=2.7.1+1.40.0" - "backupbot.backup=true" - "backupbot.backup.path=/var/www/html/images" entrypoint: /docker-entrypoint2.sh