diff --git a/doc/docker/README.md b/doc/docker/README.md index 6ff80af2d74445d113a75b651c71934b2a0f7666_ZG9jL2RvY2tlci9SRUFETUUubWQ=..0eedae54759f93f34201aeff2a6842b294936e9c_ZG9jL2RvY2tlci9SRUFETUUubWQ= 100644 --- a/doc/docker/README.md +++ b/doc/docker/README.md @@ -364,6 +364,6 @@ hostname: 'gitlab.example.com' environment: GITLAB_OMNIBUS_CONFIG: | - external_url 'http://gitlab.example.com:9090' + external_url 'http://gitlab.example.com:8929' gitlab_rails['gitlab_shell_ssh_port'] = 2224 ports: @@ -368,6 +368,6 @@ gitlab_rails['gitlab_shell_ssh_port'] = 2224 ports: - - '9090:9090' + - '8929:8929' - '2224:22' volumes: - '/srv/gitlab/config:/etc/gitlab' @@ -375,7 +375,7 @@ - '/srv/gitlab/data:/var/opt/gitlab' ``` -This is the same as using `--publish 9090:9090 --publish 2224:22`. +This is the same as using `--publish 8929:8929 --publish 2224:22`. ## Update GitLab using Docker compose