1
0
Fork 0

Remove docker.sock mount

This commit is contained in:
Sheogorath 2019-05-11 14:53:41 +02:00
parent 440932dff2
commit 1dd87db88e
No known key found for this signature in database
GPG key ID: 1F05CC3635CDDFFD

View file

@ -55,7 +55,7 @@ Now modify your `config.toml` that appeared in `./hetzner_config` with the follo
executor = "docker+machine"
[runners.docker]
privileged = true
volumes = ["/cache", "/var/run/docker.sock:/var/run/docker.sock"]
volumes = ["/cache"]
[runners.machine]
MachineDriver = "hetzner"
MachineName = "machine-%s-gitlab-runner-2gb"