Add volume for docker-dind

This commit is contained in:
Wojciech Kozlowski 2018-12-11 22:09:03 +00:00
parent de24631646
commit 79586afbc5

View File

@ -12,6 +12,7 @@ volumes:
runner_main_home:
runner_docker_etc:
runner_docker_home:
docker_dind_lib:
services:
@ -141,6 +142,7 @@ services:
image: docker:dind
volumes:
- ./runner/docker/hosts:/etc/hosts
- docker_dind_lib:/var/lib/docker
privileged: true
restart: always