fix: openclaw cli in docker compose file
This commit is contained in:
+2
-1
@@ -81,6 +81,7 @@ services:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
init: true
|
||||
entrypoint: ["openclaw"]
|
||||
entrypoint: ["/bin/bash", "-c"]
|
||||
command: ["tail -f /dev/null"]
|
||||
depends_on:
|
||||
- openclaw-gateway
|
||||
|
||||
Reference in New Issue
Block a user