Skip to content

Commit 8ba3c2a

Browse files
committed
chore: update docker/gitlab.md
1 parent 044770c commit 8ba3c2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/gitlab.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ version: "3.6"
179179
services:
180180
gitlab:
181181
image: gitlab/gitlab-ce:latest
182+
container_name: gitlab
182183
ports:
183184
- "22:22"
184185
- "80:80"
@@ -197,6 +198,7 @@ services:
197198
- gitlab_root_password
198199
gitlab-runner:
199200
image: gitlab/gitlab-runner:alpine
201+
container_name: gitlab-runner
200202
deploy:
201203
mode: replicated
202204
replicas: 4

0 commit comments

Comments
 (0)