This commit is contained in:
parent
fcc557b665
commit
5aa38180d6
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/tdarr/configs:/app/configs
|
- /docker/tdarr/configs:/app/configs
|
||||||
- /docker/tdarr/logs:/app/logs
|
- /docker/tdarr/logs:/app/logs
|
||||||
- /mnt:/media # Must match the Server's mount path exactly
|
- /mnt:/media
|
||||||
|
- /pool:/media/pool # Must match the Server's mount path exactly
|
||||||
- /temp:/temp # Crucial: Must be shared/identical path to Server
|
- /temp:/temp # Crucial: Must be shared/identical path to Server
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue