From 6c34c799bf3873d89864ad4bf06a2ade5a9be659 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sat, 17 Nov 2018 17:39:45 -0500 Subject: [PATCH] Comments and future non-standard SSH port --- templates/Traefik/0/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/Traefik/0/docker-compose.yml b/templates/Traefik/0/docker-compose.yml index a4369b1..dc2a579 100644 --- a/templates/Traefik/0/docker-compose.yml +++ b/templates/Traefik/0/docker-compose.yml @@ -17,8 +17,9 @@ services: networks: - public-proxy ports: - - "80:80" - - "443:443" + - "80:80" # HTTP + - "443:443" # HTTPS + - "1022:22" # SSH - "${DASHBOARD_PORT}:8080" restart: always volumes: