Lev Rusanov c2758aff17
Some checks failed
Auto-CI / stayactive (push) Has been cancelled
Auto-CI / build-amd64 (push) Has been cancelled
migrate to alpine 3.22
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2025-08-18 20:46:37 +07:00
2025-08-18 20:46:37 +07:00
2025-08-17 19:19:50 +07:00
2025-08-18 20:46:37 +07:00
2025-08-18 20:46:37 +07:00

Minidlna in docker container

Not the best container, but works :)

Build

docker build -t croc/minidlna .

Run

docker run -tid --name=minidlna --net=host -e SRVNAME=dockerlna -e "FOLDERS=/mnt/data/mp3,/mnt/data/movie,/mnt/data/torrent" -v /mnt/data/pub/:/mnt/data croc/minidlna
  • SRVNAME - name of the minidlna server
  • FOLDERS - list of the shared folders on your volume (/mnt/data)

Please use docker-compose file (from my Github page) for easier management.

Known errors

Container always restarts and SSDP service start problem message in the container logs. Check the 1900 UDP port on your docker host (example: ss -lntpu | grep -i 1900 ) maybe already in use. Stop another UPNP service, like Jellyfin/Plex/Emby server to free up this port and try again.

Description
No description provided
Readme 53 KiB
Languages
Shell 86.2%
Dockerfile 13.8%