Remove docker.sock from README
This commit is contained in:
parent
1dd87db88e
commit
c02b69bbc2
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ check_interval = 0
|
||||||
[runners.docker]
|
[runners.docker]
|
||||||
image = "docker:stable"
|
image = "docker:stable"
|
||||||
privileged = true
|
privileged = true
|
||||||
volumes = ["/cache", "/var/run/docker.sock:/var/run/docker.sock"]
|
volumes = ["/cache"]
|
||||||
[runners.machine]
|
[runners.machine]
|
||||||
IdleCount = 0
|
IdleCount = 0
|
||||||
IdleTime = 1800
|
IdleTime = 1800
|
||||||
|
|
Reference in a new issue