diff --git a/Linux/gitlab/docker-compose-gitlab.yml b/Linux/gitlab/docker-compose-gitlab.yml index 7664ccca82cdb890f14c7819071aa95b1933de6c..6f8e71e83b378fa4f29a2aa45b14f3c199caaa74 100644 --- a/Linux/gitlab/docker-compose-gitlab.yml +++ b/Linux/gitlab/docker-compose-gitlab.yml @@ -28,7 +28,7 @@ services: - redis - postgresql ports: - - "10080:80" + - "20080:80" - "10022:22" volumes: - gitlab-data:/home/git/data:Z @@ -58,7 +58,7 @@ services: - SSL_SELF_SIGNED=false - GITLAB_HOST=localhost - - GITLAB_PORT=10080 + - GITLAB_PORT=20080 - GITLAB_SSH_PORT=10022 - GITLAB_RELATIVE_URL_ROOT= - GITLAB_SECRETS_DB_KEY_BASE=long-and-random-alphanumeric-string