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