From a55be099514018e8cc222318e7b97797435c7098 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 15 Dec 2022 17:15:32 +0100 Subject: [PATCH] chore: publish 2.1.0+6.1.1 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index ac250af..d32c3db 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "wordpress:6.0.1" + image: "wordpress:6.1.1" volumes: - "wordpress_content:/var/www/html/wp-content/" networks: @@ -50,7 +50,7 @@ services: #- "traefik.http.routers.${STACK_NAME}.rule=HostRegexp(`{subdomain:.+}.${DOMAIN}`, `${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - - "coop-cloud.${STACK_NAME}.version=2.0.1+6.0.1" + - "coop-cloud.${STACK_NAME}.version=2.1.0+6.1.1" - "backupbot.backup=true" - "backupbot.backup.path=/var/www/html"