From 03f210bf4a74b9bb02ca15548620b644bd2d4fc8 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Mon, 28 Feb 2022 11:26:08 +0200 Subject: [PATCH] fix label --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 785bc2c..66ff5ae 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -38,7 +38,7 @@ services: traefik.http.services.micrach.loadbalancer.server.port: ${PORT} traefik.http.middlewares.haiku-bot-secure.stripprefix.prefixes: ${GATEWAY_BOARD_ID} - traefik.http.middlewares.haiku-bot-secure.stripprefix.forceSlash: false + traefik.http.middlewares.haiku-bot-secure.stripprefix.forceSlash: "false" traefik.http.middlewares.micrach-https-redirect.redirectscheme.scheme: "https" traefik.http.routers.micrach.entrypoints: "http"