fixed default CLI image to ghcr.io/clawdbot/clawdbot:main
This commit is contained in:
parent
c4a80f4edb
commit
99c7343dc7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user