From c02b69bbc2707c2c4f9d3d2e531ee0bd01354acc Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sat, 11 May 2019 15:00:58 +0200 Subject: [PATCH] Remove docker.sock from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0a85f6..b1d71c0 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ check_interval = 0 [runners.docker] image = "docker:stable" privileged = true - volumes = ["/cache", "/var/run/docker.sock:/var/run/docker.sock"] + volumes = ["/cache"] [runners.machine] IdleCount = 0 IdleTime = 1800