update tdarr temp file
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
5a4164495e
commit
9e93723ad5
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ services:
|
|||
- /mnt:/media
|
||||
- /pool:/media/pool # Must match the Server's mount path exactly
|
||||
- /pool/media-failed:/failed
|
||||
- /temp:/temp # Crucial: Must be shared/identical path to Server
|
||||
- /repo/temp:/temp # Crucial: Must be shared/identical path to Server
|
||||
- /usr/bin/nvidia-smi:/usr/bin/nvidia-smi:ro
|
||||
- /usr/lib/x86_64-linux-gnu/libcuda.so.1:/usr/lib/x86_64-linux-gnu/libcuda.so.1:ro
|
||||
- /usr/lib/x86_64-linux-gnu/libcuda.so:/usr/lib/x86_64-linux-gnu/libcuda.so:ro
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ services:
|
|||
- /mnt:/media # Your recovered files
|
||||
- /docker/tdarr/server:/app/server # Persistent server data/configs
|
||||
- /docker/tdarr/configs:/app/configs # Global configs
|
||||
- /temp:/temp # Transcode cache (highly recommended)
|
||||
- /repo/temp:/temp # Transcode cache (highly recommended)
|
||||
environment:
|
||||
- TZ=America/Edmonton # Since you're in Edmonton!
|
||||
- serverIP=0.0.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue