mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 00:56:41 +10:00
Fix docker volume
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user