Removed ports, disabled SSH
This commit is contained in:
@@ -32,14 +32,11 @@ services:
|
||||
traefik.web.port: "80"
|
||||
### End Web Segment
|
||||
### Start SSH Segment
|
||||
traefik.ssh.frontend.entryPoints: ssh
|
||||
traefik.ssh.frontend.rule: Host:${TRAEFIK_HOST}
|
||||
traefik.ssh.frontend.passHostHeader: true
|
||||
traefik.ssh.port: "22"
|
||||
# traefik.ssh.frontend.entryPoints: ssh
|
||||
# traefik.ssh.frontend.rule: Host:${TRAEFIK_HOST}
|
||||
# traefik.ssh.frontend.passHostHeader: true
|
||||
# traefik.ssh.port: "22"
|
||||
### End SSH Segment
|
||||
ports:
|
||||
- "${WEB_PORT}:80"
|
||||
- "1022:22"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
|
||||
|
||||
Reference in New Issue
Block a user