Configurable media folder for audiobookshelf

This commit is contained in:
2024-08-01 13:50:57 +01:00
parent 6fd65e86e3
commit b8fd469d0a
2 changed files with 4 additions and 3 deletions

View File

@@ -21,8 +21,8 @@ services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
volumes:
- /data/audiobooks:/audiobooks
- /data/podcasts:/podcasts
- ${MEDIA_FOLDER}/audiobooks:/audiobooks
- ${MEDIA_FOLDER}/podcasts:/podcasts
- audiobookshelf-config:/config
- audiobookshelf-metadata:/metadata
environment: