fix: openclaw cli in docker compose file
This commit is contained in:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user