Skip to content

Commit 1f5dcec

Browse files
committed
fix: update image reference in docker-compose and documentation to use correct GitHub Container Registry path
1 parent 978ed0b commit 1f5dcec

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: document
22
services:
33
document:
44
# Use pre-built image from GitHub Container Registry
5-
image: ghcr.io/ranui/document:latest
5+
image: ghcr.io/ranuts/document:latest
66
# To build locally instead, comment out the image line above and uncomment the build section below:
77
# build:
88
# context: .

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ This project provides foundational services for document preview components in t
6666

6767
```bash
6868
# docker run
69-
docker run -d --name document -p 8080:80 ghcr.io/ranui/document:latest
69+
docker run -d --name document -p 8080:80 ghcr.io/ranuts/document:latest
7070

7171
# docker compose
7272
services:
7373
document:
74-
image: ghcr.io/ranui/document:latest
74+
image: ghcr.io/ranuts/document:latest
7575
container_name: document
7676
ports:
7777
- 8080:80
@@ -83,7 +83,7 @@ services:
8383
name: document
8484
services:
8585
document:
86-
image: ghcr.io/ranui/document:latest
86+
image: ghcr.io/ranuts/document:latest
8787
container_name: document
8888
ports:
8989
- 8080:80

readme.zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666

6767
```bash
6868
# docker run
69-
docker run -d --name document -p 8080:80 ghcr.io/ranui/document:latest
69+
docker run -d --name document -p 8080:80 ghcr.io/ranuts/document:latest
7070

7171
# docker compose
7272
services:
7373
document:
74-
image: ghcr.io/ranui/document:latest
74+
image: ghcr.io/ranuts/document:latest
7575
container_name: document
7676
ports:
7777
- 8080:80
@@ -83,7 +83,7 @@ services:
8383
name: document
8484
services:
8585
document:
86-
image: ghcr.io/ranui/document:latest
86+
image: ghcr.io/ranuts/document:latest
8787
container_name: document
8888
ports:
8989
- 8080:80

0 commit comments

Comments
 (0)