Merge pull request #508 from jflattery/patch-2

Change default to ghcr
This commit is contained in:
advplyr 2022-04-25 14:57:54 -05:00 committed by GitHub
commit 5c054aef90
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: