feat: merge readme + add --allow-unconfigured flag to gateway and configure openclaw-cli to build from source [test]
This commit is contained in:
+6
-1
@@ -36,7 +36,8 @@ services:
|
||||
"--bind",
|
||||
"${OPENCLAW_GATEWAY_BIND:-lan}",
|
||||
"--port",
|
||||
"18789"
|
||||
"18789",
|
||||
"--allow-unconfigured"
|
||||
]
|
||||
healthcheck:
|
||||
test:
|
||||
@@ -52,7 +53,11 @@ services:
|
||||
start_period: 20s
|
||||
|
||||
openclaw-cli:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
image: openclaw-clawteam:latest
|
||||
pull_policy: build
|
||||
network_mode: "service:openclaw-gateway"
|
||||
deploy:
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user