From 5f6121c2b3777223d94af14895bb1cc8d1b2207b Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Wed, 16 Jan 2019 18:47:56 -0500 Subject: [PATCH] Fixed issue of no matching rule --- templates/Guacamole/0/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/Guacamole/0/docker-compose.yml b/templates/Guacamole/0/docker-compose.yml index 020f0fd..c1ccb02 100644 --- a/templates/Guacamole/0/docker-compose.yml +++ b/templates/Guacamole/0/docker-compose.yml @@ -21,6 +21,7 @@ services: ### Start HTTP Segment traefik.http.frontend.entryPoints: http traefik.http.frontend.headers.SSLRedirect: true + traefik.http.frontend.rule: Host:${TRAEFIK_HOSTNAME} ### End HTTP Segment ### Start HTTPS Segment traefik.https.frontend.entryPoints: https