Update readme.md

Updated the pull command to reflect the new docker repo.
This commit is contained in:
MediaCowboy
2022-04-27 22:26:44 -05:00
committed by GitHub
parent 645bcc53c6
commit adfe50a841

View File

@@ -81,7 +81,7 @@ docker run -d \
```bash
docker stop audiobookshelf
docker pull advplyr/audiobookshelf
docker pull ghcr.io/advplyr/audiobookshelf
docker start audiobookshelf
```