Fix audiobook paths
This commit is contained in:
parent
80dae46ca2
commit
6e72083b6e
1 changed files with 2 additions and 2 deletions
4
arr.yml
4
arr.yml
|
@ -131,8 +131,8 @@ services:
|
|||
volumes:
|
||||
- "CHANGE_TO_COMPOSE_DATA_PATH/media/audio/books:/audiobooks"
|
||||
- "CHANGE_TO_COMPOSE_DATA_PATH/media/audio/podcasts:/podcasts"
|
||||
- "./config/audiobookshelf:/config"
|
||||
- "./metadata/audiobookshelf:/metadata"
|
||||
- ".config/audiobookshelf:/config"
|
||||
- ".metadata/audiobookshelf:/metadata"
|
||||
restart: unless-stopped
|
||||
jellyseerr:
|
||||
image: fallenbagel/jellyseerr:latest
|
||||
|
|
Loading…
Reference in a new issue