File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: document
22services :
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: .
Original file line number Diff line number Diff 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
7272services:
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:
8383name : document
8484services :
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
Original file line number Diff line number Diff line change 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
7272services:
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:
8383name : document
8484services :
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
You can’t perform that action at this time.
0 commit comments