fix: openclaw cli in docker compose file

This commit is contained in:
2026-04-01 15:53:06 +07:00
parent b4cf490143
commit a45b721bab
+2 -1
View File
@@ -81,6 +81,7 @@ services:
stdin_open: true stdin_open: true
tty: true tty: true
init: true init: true
entrypoint: ["openclaw"] entrypoint: ["/bin/bash", "-c"]
command: ["tail -f /dev/null"]
depends_on: depends_on:
- openclaw-gateway - openclaw-gateway