fixed default CLI image to ghcr.io/clawdbot/clawdbot:main

This commit is contained in:
TASMAYU 2026-01-26 19:25:55 +05:30
parent c4a80f4edb
commit 99c7343dc7

View File

@ -1,6 +1,6 @@
services:
clawdbot-gateway:
image: ${CLAWDBOT_IMAGE:-clawdbot:local}
image: ${CLAWDBOT_IMAGE:-ghcr.io/clawdbot/clawdbot:main}
environment:
HOME: /home/node
TERM: xterm-256color
@ -28,7 +28,7 @@ services:
]
clawdbot-cli:
image: ${CLAWDBOT_IMAGE:-clawdbot:local}
image: ${CLAWDBOT_IMAGE:-ghcr.io/clawdbot/clawdbot:main}
environment:
HOME: /home/node
TERM: xterm-256color