Skip to content
Snippets Groups Projects
Commit b99d668e authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'master' into 'master'

Fix install docs docker-compose custom port

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