Comments and future non-standard SSH port
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user