fix(deploy): use correct absolute path for host docker binary in volumes
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 2m3s

This commit is contained in:
윤희준
2026-08-14 16:52:08 +09:00
parent e66e97ecc3
commit a8ca65657a

View File

@@ -108,7 +108,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /home/ubuntu/app/ax_hub_mcp_tool:/app
- ./act_runner_data:/data
- ./bin/docker:/usr/bin/docker
- /usr/bin/docker:/usr/bin/docker
- /usr/libexec/docker/cli-plugins/docker-compose:/usr/libexec/docker/cli-plugins/docker-compose
restart: always