7 lines
276 B
YAML
Raw Permalink Normal View History

2024-03-14 10:20:30 +01:00
container:
# Specifies the network to which the container will connect.
# Could be host, bridge or the name of a custom network.
# If it's empty, act_runner will create a network automatically.
network: "host"
volumes:
- /var/run/docker.sock:/var/run/docker.sock