fix readarr path error (#357)

fix readarr path error
This commit is contained in:
raller1028 2023-12-04 15:28:04 +08:00 committed by GitHub
parent afda90e92d
commit 13a367f1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -18,10 +18,11 @@ services:
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/readarr/config
source: /DATA/AppData/$AppID/config
target: /config
- type: bind
source: /path/to/books
source: /DATA/AppData/$AppID/books
target: /books
- type: bind
source: /DATA/Downloads