fix: add missing volume mapping for local media in tunarr service
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
7a95aaec65
commit
327715add2
@ -17,6 +17,7 @@ services:
|
||||
- TUNARR_BIND_ADDR=0.0.0.0
|
||||
volumes:
|
||||
- /mnt/appdata/tunarr/data:/config/tunarr
|
||||
- /mnt/media:/local-media
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # Intel/iGPU support
|
||||
deploy:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user