From 9d0adecdbf0cf51f5f1d0bd592fff0c33c977a5f Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 26 Dec 2022 09:40:04 +0100 Subject: [PATCH] Escape dns separators --- bootstrap.docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.docker-compose.yaml b/bootstrap.docker-compose.yaml index 58f9509..05a35ff 100644 --- a/bootstrap.docker-compose.yaml +++ b/bootstrap.docker-compose.yaml @@ -49,7 +49,7 @@ services: labels: nas-compose.boostrap: true traefik.enable: true - traefik.http.routers.portainer.rule: HostRegexp(`portainer(\.[a-z0-9-]+)?dedicated.contact`) + traefik.http.routers.portainer.rule: HostRegexp(`portainer(\.[a-z0-9-]+)?\.dedicated\.contact`) traefik.http.services.portainer.loadbalancer.server.port: 9443 traefik.http.services.portainer.loadbalancer.server.scheme: https