Skip to content

Commit 1e2ecf2

Browse files
committed
docs: add GitHub Container Registry image usage instructions
1 parent 6b4ad0b commit 1e2ecf2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ The docker image is already available, you can use the following command to run
1616
docker run -dt --name bark -p 8080:8080 -v `pwd`/bark-data:/data finab/bark-server
1717
```
1818

19+
You can also use the GitHub Container Registry image:
20+
21+
``` sh
22+
docker run -dt --name bark -p 8080:8080 -v `pwd`/bark-data:/data ghcr.io/finb/bark-server
23+
```
24+
1925
If you use the docker-compose tool, you can copy docker-copose.yaml under this project to any directory and run it:
2026

2127
``` sh

0 commit comments

Comments
 (0)