File tree Expand file tree Collapse file tree
src/content/templates/openclaw Expand file tree Collapse file tree Original file line number Diff line number Diff 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
10493configs :
105- # modify this config file to include
10694 config.json :
10795 content : |
10896 {
You can’t perform that action at this time.
0 commit comments