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'