From c20532e4a05869bf060de05d9d3d3e7e1e41e992 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 13 Sep 2019 16:57:03 -0400 Subject: [PATCH] Updated default port --- templates/GitLab/0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/GitLab/0/docker-compose.yml b/templates/GitLab/0/docker-compose.yml index 2ec9407..f607df7 100644 --- a/templates/GitLab/0/docker-compose.yml +++ b/templates/GitLab/0/docker-compose.yml @@ -11,7 +11,7 @@ services: environment: GITLAB_OMNIBUS_CONFIG: | external_url 'https://${TRAEFIK_HOST}' - gitlab_rails['gitlab_shell_ssh_port'] = 1022 + gitlab_rails['gitlab_shell_ssh_port'] = 22 nginx['real_ip_trusted_addresses'] = [ '10.42.0.0/16' ] # 10.42.0.0/16 is the default Rancher-managed subnet nginx['listen_port'] = 80 # Using HTTP between the Traefik container and GitLab nginx['listen_https'] = false # Traefik is handling HTTPS on outside