Обновить act_runner.yml

This commit is contained in:
2026-04-16 14:43:59 +05:00
parent de30c3a356
commit 86bd1b808e

View File

@@ -15,4 +15,10 @@ services:
volumes:
- /docker/act_runner/config.yaml:/config.yaml
- /docker/act_runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock
networks:
- applications
restart: always
networks:
applications:
external: true