Open MountainMaster opened 5 years ago
Hey,
How do I use the environment variable "MINIDLNA_media_dir" to add more than one directory? When i do the following command only the last directory is used. (movies)
docker run -d \ --net=host \ --name dlna \ --mount type=bind,source=/media/hdd/series,destination=/tv,readonly \ --mount type=bind,source=/media/hdd/movies,destination=/movies,readonly \ -e MINIDLNA_media_dir=V,/tv \ -e MINIDLNA_media_dir=V,/movies \ -e MINIDLNA_friendly_name=DLNA_Server \ sego/minidlna-armhf
in 10-update-minidlna-config I see a line saying " # Support multi media dirs" so what am I am doing wrong?
Greetings Tobias
@MountainMaster https://github.com/vladgh/docker_base_images/issues/63
Hey,
How do I use the environment variable "MINIDLNA_media_dir" to add more than one directory? When i do the following command only the last directory is used. (movies)
in 10-update-minidlna-config I see a line saying " # Support multi media dirs" so what am I am doing wrong?
Greetings Tobias