Adding Audiobookshelf
This commit is contained in:
parent
f206a782b1
commit
cf4286952b
1 changed files with 19 additions and 0 deletions
19
docker/audiobookshelf.yaml
Normal file
19
docker/audiobookshelf.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
#########################################################################
|
||||||
|
# #
|
||||||
|
# Description: Audiobookself is a self-hosted audiobook manager #
|
||||||
|
# ReferenceURL: https://github.com/advplyr/audiobookshelf #
|
||||||
|
# #
|
||||||
|
#########################################################################
|
||||||
|
|
||||||
|
services:
|
||||||
|
audiobookshelf:
|
||||||
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||||
|
ports:
|
||||||
|
- 13378:80
|
||||||
|
volumes:
|
||||||
|
- /mnt/media/Books/:/books
|
||||||
|
- /mnt/media/Podcasts:/podcasts
|
||||||
|
- /mnt/media/Containers/audiobookshelf/config:/config
|
||||||
|
- /mnt/media/Containers/audiobookshelf/metadata:/metadata
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Amsterdam
|
||||||
Loading…
Add table
Add a link
Reference in a new issue