From 67d1344d011fd4f2352e88de7f7dcf5d858b31c0 Mon Sep 17 00:00:00 2001 From: Saket Poswal <30400178+YoByron@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:04:48 +0530 Subject: [PATCH] Update volume paths for clawdbot to moltbot --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 98ef18d73..4615a9951 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,8 +10,8 @@ services: CLAUDE_WEB_SESSION_KEY: ${CLAUDE_WEB_SESSION_KEY} CLAUDE_WEB_COOKIE: ${CLAUDE_WEB_COOKIE} volumes: - - ${CLAWDBOT_CONFIG_DIR}:/home/node/.clawdbot - - ${CLAWDBOT_WORKSPACE_DIR}:/home/node/clawd + - ${CLAWDBOT_CONFIG_DIR}:/home/node/.moltbot + - ${CLAWDBOT_WORKSPACE_DIR}:/home/node/moltbot ports: - "${CLAWDBOT_GATEWAY_PORT:-18789}:18789" - "${CLAWDBOT_BRIDGE_PORT:-18790}:18790" @@ -39,8 +39,8 @@ services: CLAUDE_WEB_SESSION_KEY: ${CLAUDE_WEB_SESSION_KEY} CLAUDE_WEB_COOKIE: ${CLAUDE_WEB_COOKIE} volumes: - - ${CLAWDBOT_CONFIG_DIR}:/home/node/.clawdbot - - ${CLAWDBOT_WORKSPACE_DIR}:/home/node/clawd + - ${CLAWDBOT_CONFIG_DIR}:/home/node/.moltbot + - ${CLAWDBOT_WORKSPACE_DIR}:/home/node/moltbot stdin_open: true tty: true init: true