From c30e63d524fd9272ac51561b6574ee485b91c818 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 25 Jul 2023 11:31:56 +0100 Subject: [PATCH] chore: publish 0.3.0+v3.1.4 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 9502a99..c4fe7c7 100644 --- a/compose.yml +++ b/compose.yml @@ -47,7 +47,7 @@ services: - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.service=${STACK_NAME}" - - "coop-cloud.${STACK_NAME}.version=0.2.0+v3.1.4" + - "coop-cloud.${STACK_NAME}.version=0.3.0+v3.1.4" ## Redirect from EXTRA_DOMAINS to DOMAIN #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"