Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Apr 28, 2022
2 parents e220b28 + 0df36d2 commit 40b3424
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,15 @@ docker run -d \
-v </path/to/config>:/config \
-v </path/to/metadata>:/metadata \
--name audiobookshelf \
--rm ghcr.io/advplyr/audiobookshelf
ghcr.io/advplyr/audiobookshelf
```

### Docker Update

```bash
docker stop audiobookshelf
docker pull ghcr.io/advplyr/audiobookshelf
docker start audiobookshelf
```

### Running with Docker Compose
Expand Down

0 comments on commit 40b3424

Please sign in to comment.