From 72eba3a06005ce113c1d1aa01e0a600a07825bc4 Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Wed, 26 Oct 2022 17:30:26 -0700 Subject: [PATCH] Comment out empty stanzas --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 046ddd1..6598db3 100644 --- a/compose.yml +++ b/compose.yml @@ -20,10 +20,10 @@ services: - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "coop-cloud.${STACK_NAME}.version=1.2.1+1.21.6" - environment: + #environment: volumes: - content:/var/www/http - configs: + #configs: #healthcheck: # test: ["CMD", "curl", "-f", "http://localhost"] # interval: 30s