how do I use the truenas as minidlna server?
install a dlna server as an app
This is my yaml file:
services:
minidlna:
environment:
- SRVNAME=docker-minidlna
- PUID=568
- PGID=568
- PORT=8205
- FOLDERS=/media/mp3,/media/movies,/media/tv_series
image: croc/minidlna
network_mode: host
restart: always
volumes:
- /mnt/NASHD/Media/Movies/:/media/movies
version: ‘3’
Took from here:
1 Like
@hervon Did you know where I can find the conf file because I want to remove the predefined folders or a similar solution.
THX
Neuro
No idea really. Maybe directly in the yaml file.