mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
add version number
This commit is contained in:
parent
9e93a3c7e6
commit
d4cd8c6db9
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ docker run -d \
|
|||
-v </path/to/config>:/config \
|
||||
-v </path/to/metadata>:/metadata \
|
||||
--name audiobookshelf \
|
||||
ghcr.io/advplyr/audiobookshelf
|
||||
ghcr.io/advplyr/audiobookshelf:2.0.8
|
||||
```
|
||||
|
||||
### Docker Update
|
||||
|
@ -92,7 +92,7 @@ docker start audiobookshelf
|
|||
### docker-compose.yml ###
|
||||
services:
|
||||
audiobookshelf:
|
||||
image: ghcr.io/advplyr/audiobookshelf
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.0.8
|
||||
environment:
|
||||
- AUDIOBOOKSHELF_UID=99
|
||||
- AUDIOBOOKSHELF_GID=100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue