Fix docker volume
This commit is contained in:
parent
db656a3987
commit
e97af053eb
|
|
@ -183,7 +183,7 @@ In order to do that, follow the steps:
|
|||
image = "docker:latest"
|
||||
privileged = false
|
||||
disable_cache = false
|
||||
volumes = ["/usr/local/bin/docker:/usr/bin/docker", "/cache"]
|
||||
volumes = ["/var/run/docker.sock", "/cache"]
|
||||
[runners.cache]
|
||||
Insecure = false
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue