Skip to content

Commit efd5fff

Browse files
committed
♻️ update openclaw compose.yml
1 parent 7e22287 commit efd5fff

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/content/templates/openclaw/compose.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,6 @@ services:
5656
volumes:
5757
- openclaw-config-dir:/home/node/.openclaw
5858
- openclaw-workspace-dir:/home/node/.openclaw/workspace
59-
## Uncomment the lines below to enable sandbox isolation
60-
## (agents.defaults.sandbox). Requires Docker CLI in the image
61-
## (build with --build-arg OPENCLAW_INSTALL_DOCKER_CLI=1) or use
62-
## docker-setup.sh with OPENCLAW_SANDBOX=1 for automated setup.
63-
## Set DOCKER_GID to the host's docker group GID (run: stat -c '%g' /var/run/docker.sock).
64-
# - /var/run/docker.sock:/var/run/docker.sock
65-
# group_add:
66-
# - "${DOCKER_GID:-999}"
67-
# ports:
68-
# - "${OPENCLAW_GATEWAY_PORT:-18789}:18789"
69-
# - "${OPENCLAW_BRIDGE_PORT:-18790}:18790"
7059
deploy:
7160
labels:
7261
zane.http.routes.0.port: 18789
@@ -102,7 +91,6 @@ volumes:
10291
openclaw-workspace-dir:
10392

10493
configs:
105-
# modify this config file to include
10694
config.json:
10795
content: |
10896
{

0 commit comments

Comments
 (0)