From d1e6925abdd1640991b084f81a78cb6b89dbb48b Mon Sep 17 00:00:00 2001 From: Bob <6524148+singlebob@user.noreply.gitee.com> Date: Wed, 5 Feb 2025 11:23:04 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dchrome=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=8010080=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bob <6524148+singlebob@user.noreply.gitee.com> --- Linux/gitlab/docker-compose-gitlab.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/gitlab/docker-compose-gitlab.yml b/Linux/gitlab/docker-compose-gitlab.yml index 7664ccc..6f8e71e 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 -- Gitee