diff --git a/docker-compose.yml b/docker-compose.yml index 3ad3433..586e062 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -207,6 +207,7 @@ services: - DOCKER_IMAGE=gitlab/gitlab-runner-helper:x86_64-latest volumes: - ${SERVICE_DATA}/${SERVICE_NAME}/gitlab-runner_2:/etc/gitlab-runner + - /var/run/docker.sock:/var/run/docker.sock runner_3: <<: *runner @@ -221,6 +222,7 @@ services: - DOCKER_IMAGE=gitlab/gitlab-runner-helper:x86_64-latest volumes: - ${SERVICE_DATA}/${SERVICE_NAME}/gitlab-runner_3:/etc/gitlab-runner + - /var/run/docker.sock:/var/run/docker.sock runner_4: <<: *runner @@ -235,3 +237,4 @@ services: - DOCKER_IMAGE=gitlab/gitlab-runner-helper:x86_64-latest volumes: - ${SERVICE_DATA}/${SERVICE_NAME}/gitlab-runner_4:/etc/gitlab-runner + - /var/run/docker.sock:/var/run/docker.sock