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