Modernization mainly, removed many host port options, added Traefik rule to passHostHeader
This commit is contained in:
@@ -18,8 +18,6 @@ services:
|
||||
- "${DASHBOARD_PORT}:8080"
|
||||
- "80:80" # HTTP
|
||||
- "443:443" # HTTPS
|
||||
- "1022:22" # SSH
|
||||
- "5050:5050" # Eclipse Che Multi-User Required
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user