From 7968fb4773645e100a1f982e61518836f3f3d09b Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Sat, 18 Apr 2020 08:12:52 +0200 Subject: [PATCH] ports --- gitlab/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab/docker-compose.yml b/gitlab/docker-compose.yml index 6e3a5c1..742def2 100644 --- a/gitlab/docker-compose.yml +++ b/gitlab/docker-compose.yml @@ -10,8 +10,8 @@ services: external_url 'https://gitlab.devops-lyon.eu' # Add any other gitlab.rb configuration here, each on its own line ports: - - '80:80' - - '22:22' + - '4380:80' + - '4322:22' volumes: - 'gitlab_config:/etc/gitlab' - 'gitlab_logs:/var/log/gitlab'