Skip to content

Commit c23a56c

Browse files
committed
fix(compose): use GHCR registry for openclaw image
Docker Hub does not host openclaw/openclaw. The image is published at ghcr.io/openclaw/openclaw. Update both compose files.
1 parent 58dc954 commit c23a56c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
condition: service_healthy
4545

4646
openclaw:
47-
image: openclaw/openclaw:latest
47+
image: ghcr.io/openclaw/openclaw:latest
4848
restart: unless-stopped
4949
container_name: openclaw
5050
network_mode: "service:tun2proxy"

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
condition: service_healthy
5858

5959
openclaw:
60-
image: openclaw/openclaw:latest
60+
image: ghcr.io/openclaw/openclaw:latest
6161
restart: unless-stopped
6262
container_name: openclaw
6363
network_mode: "service:tun2proxy"

0 commit comments

Comments
 (0)