Skip to content

Commit f37b20c

Browse files
committed
Use ghcr.io
1 parent f638dba commit f37b20c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ GNUPG_PATH= "/usr/local/bin/gpg"
6060
Example usage:
6161

6262
```bash
63-
docker run -it --rm --name spkrepo -v $(pwd)/data:/data -p 8000:8000 synocommunity/spkrepo
63+
docker run -it --rm --name spkrepo -v $(pwd)/data:/data -p 8000:8000 ghcr.io/synocommunity/spkrepo
6464
```
6565

6666
Additional configuration can be mounted in the container and loaded by putting
6767
the path into `SPKREPO_CONFIG` environment variable.
6868

6969
e.g.
7070
```bash
71-
docker run -it --rm --name spkrepo -v $(pwd)/data:/data -v $(pwd)/docker-config.py:/docker-config.py -e SPKREPO_CONFIG=/docker-config.py -p 8000:8000 synocommunity/spkrepo
71+
docker run -it --rm --name spkrepo -v $(pwd)/data:/data -v $(pwd)/docker-config.py:/docker-config.py -e SPKREPO_CONFIG=/docker-config.py -p 8000:8000 ghcr.io/synocommunity/spkrepo
7272
```
7373

7474

0 commit comments

Comments
 (0)