Update readme.md

Removed the --rm from the docker install command and added Docker Update section
This commit is contained in:
MediaCowboy 2022-04-26 21:28:24 -05:00 committed by GitHub
parent 0a73dd6437
commit 645bcc53c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,15 @@ docker run -d \
-v </path/to/config>:/config \ -v </path/to/config>:/config \
-v </path/to/metadata>:/metadata \ -v </path/to/metadata>:/metadata \
--name audiobookshelf \ --name audiobookshelf \
--rm ghcr.io/advplyr/audiobookshelf ghcr.io/advplyr/audiobookshelf
```
### Docker Update
```bash
docker stop audiobookshelf
docker pull advplyr/audiobookshelf
docker start audiobookshelf
``` ```
### Running with Docker Compose ### Running with Docker Compose