mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-13 22:49:10 +02:00
Update readme.md
Removed the --rm from the docker install command and added Docker Update section
This commit is contained in:
parent
0a73dd6437
commit
645bcc53c6
1 changed files with 9 additions and 1 deletions
10
readme.md
10
readme.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue