fix: remove duplicate docker socket mount from runner container options
act_runner v4.0.1 automatically propagates the docker socket when DOCKER_HOST env var is set. Adding the socket via 'container.options' caused duplicate bind mounts which made Docker fail container creation. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
3dbf0758d1
commit
4bc564152e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@ data:
|
||||||
container:
|
container:
|
||||||
network: host
|
network: host
|
||||||
privileged: false
|
privileged: false
|
||||||
options: -v /var/run/docker.sock:/var/run/docker.sock
|
options:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue