revert to split folders in /app
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
bd69377f3c
commit
88b895ac3d
1 changed files with 3 additions and 1 deletions
|
|
@ -6,4 +6,6 @@ services:
|
|||
- 8265:8265 # WebUI
|
||||
volumes:
|
||||
- /mnt:/media # Your recovered files
|
||||
- /docker/tdarr/app:/app
|
||||
- /docker/tdarr/server:/app/server # Persistent server data/configs
|
||||
- /docker/tdarr/configs:/app/configs # Global configs
|
||||
- /temp:/temp # Transcode cache (highly recommended)
|
||||
Loading…
Reference in a new issue