mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Change default to ghcr
This commit is contained in:
parent
11354a3e3f
commit
a1674d5da1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user