fix(deploy): use correct absolute path for host docker binary in volumes
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 2m3s
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 2m3s
This commit is contained in:
@@ -108,7 +108,7 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /home/ubuntu/app/ax_hub_mcp_tool:/app
|
- /home/ubuntu/app/ax_hub_mcp_tool:/app
|
||||||
- ./act_runner_data:/data
|
- ./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
|
- /usr/libexec/docker/cli-plugins/docker-compose:/usr/libexec/docker/cli-plugins/docker-compose
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user