This commit is contained in:
advplyr 2022-04-25 16:39:02 -05:00
commit 7fa08449de
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
audiobookshelf:
image: advplyr/audiobookshelf
image: ghcr.io/advplyr/audiobookshelf
ports:
- 13378:80
volumes:

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: