From 908c63843bea826422d9a2158ea24bae1fd8fb32 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Tue, 21 May 2019 19:25:29 -0400 Subject: [PATCH] Back to port 80; added host ports for debugging --- templates/Wiki.js/0/docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/Wiki.js/0/docker-compose.yml b/templates/Wiki.js/0/docker-compose.yml index c0ccb2a..163e108 100644 --- a/templates/Wiki.js/0/docker-compose.yml +++ b/templates/Wiki.js/0/docker-compose.yml @@ -42,10 +42,12 @@ services: traefik.web.frontend.headers.STSSeconds: 15552000 traefik.web.frontend.passHostHeader: true traefik.web.frontend.rule: "Host:${TRAEFIK_HOST}" # HostRegexp:${TRAEFIK_HOST},{subdomain:.+}.${TRAEFIK_HOST} - traefik.web.port: "443" + traefik.web.port: "80" ### End Web Segment links: - mongo + ports: + - "80:80" restart: on-failure volumes: - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system