Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0f441cf2
Commit
0f441cf2
authored
Mar 11, 2022
by
Kati Paizee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix example for custom port
parent
5e7a08fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/install/docker.md
doc/install/docker.md
+2
-2
No files found.
doc/install/docker.md
View file @
0f441cf2
...
...
@@ -189,7 +189,7 @@ services:
external_url 'http://gitlab.example.com:8929'
gitlab_rails['gitlab_shell_ssh_port'] = 2224
ports
:
-
'
8929:8
929
'
-
'
8929:8
0
'
-
'
2224:22'
volumes
:
-
'
$GITLAB_HOME/config:/etc/gitlab'
...
...
@@ -198,7 +198,7 @@ services:
shm_size
:
'
256m'
```
This is the same as using
`--publish 8929:8
929
--publish 2224:22`
.
This is the same as using
`--publish 8929:8
0
--publish 2224:22`
.
### Install GitLab using Docker swarm mode
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment