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 6ee1cb4 commit 79a899bCopy full SHA for 79a899b
docker-compose.yml
@@ -1,9 +1,9 @@
1
-version: "3.3"
+version: '3.3'
2
3
services:
4
web:
5
image: 'gitlab/gitlab-ce:latest'
6
- restart: always
+ restart: unless-stopped
7
hostname: ${GITLAB_HOSTNAME}
8
environment:
9
GITLAB_OMNIBUS_CONFIG: |
@@ -34,7 +34,7 @@ services:
34
35
runner:
36
image: 'gitlab/gitlab-runner:latest'
37
38
volumes:
39
- runner_config:/etc/gitlab-runner
40
- /var/run/docker.sock:/var/run/docker.sock
0 commit comments