Skip to content
Snippets Groups Projects
Commit 51ef233e authored by Niels Keurentjes's avatar Niels Keurentjes
Browse files

Fix docker.sock reference in config.toml

Mapping was omitted so it would just create a temp volume.
parent df49492f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -188,7 +188,7 @@ In order to do that, follow the steps:
image = "docker:latest"
privileged = false
disable_cache = false
volumes = ["/var/run/docker.sock", "/cache"]
volumes = ["/var/run/docker.sock:/var/run/docker.sock", "/cache"]
[runners.cache]
Insecure = false
```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment