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
|
- TUNARR_BIND_ADDR=0.0.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/tunarr/data:/config/tunarr
|
- /mnt/appdata/tunarr/data:/config/tunarr
|
||||||
|
- /mnt/media:/local-media
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri:/dev/dri # Intel/iGPU support
|
- /dev/dri:/dev/dri # Intel/iGPU support
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user