Création de audiobookshelf
This commit is contained in:
parent
d3172a8c64
commit
2e61f4d0c6
12
serenity/audiobookshelf/docker-compose.yml
Normal file
12
serenity/audiobookshelf/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
audiobookshelf:
|
||||||
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||||
|
ports:
|
||||||
|
- 13378:80
|
||||||
|
volumes:
|
||||||
|
- /storage/medias/audiobooks:/audiobooks
|
||||||
|
- /storage/medias/podcasts:/podcasts
|
||||||
|
- /opt/appdata/audiobookshelf/config:/config
|
||||||
|
- /opt/appdata/audiobookshelf/metadata:/metadata
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Paris
|
||||||
Loading…
Reference in New Issue
Block a user