Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 524 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 524 Bytes

Minidlna with custom icon feature.

Check conf file for more info about extended feature.

# set this directory path if you would like to replace default icon
# these icon files should be in this directory: sm.png, lrg.png, sm.jpg, lrg.jpg 
#icon_path=/usr/share/minidlna/icons

Build

git clone https://github.com/dobrosi/minidlna.git
cd minidlna

docker build -t dobrosi/minidlna .

Run

docker run --rm -P dobrosi/minidlna

Push

docker push dobrosi/minidlna