We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dee09a commit 5db3db8Copy full SHA for 5db3db8
docker-compose.yml
@@ -1,5 +1,5 @@
1
gitlab:
2
- image: 'gitlab/gitlab-ce:latest'
+ image: 'gitlab/gitlab-ce:11.1.0-ce.0'
3
restart: always
4
environment:
5
GITLAB_ROOT_PASSWORD: '123qwe123'
@@ -8,6 +8,5 @@ gitlab:
8
ports:
9
- '10080:10080'
10
volumes:
11
- - '/srv/gitlab/config:/etc/gitlab'
12
- - '/srv/gitlab/logs:/var/log/gitlab'
13
- - '/srv/gitlab/data:/var/opt/gitlab'
+ - 'gitlab_config:/etc/gitlab'
+ - 'gitlab_data:/var/opt/gitlab'
0 commit comments