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