Comments and future non-standard SSH port

This commit is contained in:
WilliamMiceli
2018-11-17 17:39:45 -05:00
parent 647281839e
commit 6c34c799bf

View File

@@ -17,8 +17,9 @@ services:
networks: networks:
- public-proxy - public-proxy
ports: ports:
- "80:80" - "80:80" # HTTP
- "443:443" - "443:443" # HTTPS
- "1022:22" # SSH
- "${DASHBOARD_PORT}:8080" - "${DASHBOARD_PORT}:8080"
restart: always restart: always
volumes: volumes: