Testing using a volume
This commit is contained in:
@@ -41,7 +41,7 @@ services:
|
||||
traefik.enable: false
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /Persistent/${DATA_DIR}:/etc/gitlab-runner
|
||||
- GitLab-Runner:/etc/gitlab-runner
|
||||
gitlab-runner:
|
||||
image: gitlab/gitlab-runner:alpine # Alpine Linux image is designed to use only Docker as the method of spawning runners
|
||||
command:
|
||||
@@ -61,4 +61,8 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /Persistent/${DATA_DIR}:/etc/gitlab-runner
|
||||
- GitLab-Runner:/etc/gitlab-runner
|
||||
|
||||
volumes:
|
||||
GitLab-Runner:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user