Commit e97af053 authored by Mark Pundsack's avatar Mark Pundsack

Fix docker volume

parent db656a39
......@@ -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
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment