diff --git a/templates/GitLab/0/docker-compose.yml b/templates/GitLab/0/docker-compose.yml index 4c68746..fd6abf1 100644 --- a/templates/GitLab/0/docker-compose.yml +++ b/templates/GitLab/0/docker-compose.yml @@ -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