Change default to ghcr

This commit is contained in:
Jim Flattery 2022-04-25 15:45:08 -04:00 committed by GitHub
parent 11354a3e3f
commit a1674d5da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ docker run -d \
-v </path/to/config>:/config \
-v </path/to/metadata>:/metadata \
--name audiobookshelf \
--rm advplyr/audiobookshelf
--rm ghcr.io/advplyr/audiobookshelf
```
### Running with Docker Compose
@ -83,7 +83,7 @@ docker run -d \
### docker-compose.yml ###
services:
audiobookshelf:
image: advplyr/audiobookshelf
image: ghcr.io/advplyr/audiobookshelf
ports:
- 13378:80
volumes: