-
-
Save jjsaunier/ecd3d824a161e9805acbe5f0820e3196 to your computer and use it in GitHub Desktop.
Share media with any DLNA ready device in the most simple way with docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --net host -v /home/johann/Videos/:/media -e MINIDLNA_MEDIA_DIR=/media -e MINIDLNA_PORT=8200 -e MINIDLNA_FRIENDLY_NAME=johann-arc -p 8200:8200 bobrik/minidlna |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment