From dc9fd343b1d14abcfa0ae952d6ef5c9e06504b6d Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Thu, 6 Jan 2022 11:09:11 +0100 Subject: [PATCH] fix: drop version, abra can't read it --- compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.yml b/compose.yml index b0ac528..0822d4f 100644 --- a/compose.yml +++ b/compose.yml @@ -17,7 +17,6 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.app=0.1.0+RELEASE.2021-04-22T15-44-28Z-b033f964" ## Redirect from EXTRA_DOMAINS to DOMAIN #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"