Commit 330149c8 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'kpaizee-master-patch-12982' into 'master'

Fix example for custom port

See merge request gitlab-org/gitlab!82683
parents ba1bf117 0f441cf2
......@@ -189,7 +189,7 @@ services:
external_url 'http://gitlab.example.com:8929'
gitlab_rails['gitlab_shell_ssh_port'] = 2224
ports:
- '8929:8929'
- '8929:80'
- '2224:22'
volumes:
- '$GITLAB_HOME/config:/etc/gitlab'
......@@ -198,7 +198,7 @@ services:
shm_size: '256m'
```
This is the same as using `--publish 8929:8929 --publish 2224:22`.
This is the same as using `--publish 8929:80 --publish 2224:22`.
### Install GitLab using Docker swarm mode
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment