Updated root directory

This commit is contained in:
William Miceli
2019-06-13 21:20:50 -04:00
parent 3dff359dfa
commit fdfdca21e3
25 changed files with 67 additions and 68 deletions

View File

@@ -41,7 +41,7 @@ services:
traefik.enable: false
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /Rancher/${DATA_DIR}:/etc/gitlab-runner
- /Persistent/${DATA_DIR}:/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,4 @@ services:
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /Rancher/${DATA_DIR}:/etc/gitlab-runner
- /Persistent/${DATA_DIR}:/etc/gitlab-runner