Remove docker.sock mount
This commit is contained in:
parent
440932dff2
commit
1dd87db88e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue