You'll need to prepend the correct root paths, note that you can use either /volume1/8TB (case sensitive) or /share/8TB (binded from /volume1).
To simplify things making it less confusing, setup the almost same name mappings. So I assumed your path mappings are as below:
- Code: Select all
For audio (host-path:container-path):
-v /share/8TB/Disks:/share/8TB/Jukebox #volume bind
-e MINIDLNA_MEDIA_DIR_1=A,/share/8TB/Jukebox #env
For video (host-path:container-path):
-v /share/Video:/share/Video #volume bind
-e MINIDLNA_MEDIA_DIR_1=V,/share/Video #env
When you do the mappings via Portainer, ensure the "Bind" is selected, else it will expect a pre-existing docker volume. You can add more minidlna mappings by increasing the DIR_#=A/V iteration.
Use any free image hosting like https://imgbb.com/ then post the image link(s) here.I tried to do an attachment of the folder list from ADM, but the it said the board was full.
Don't forget to also map your minidlna root folder where the config and cache are, if not they'll be place within the container and lost together with the container if you destroy the container/image. The "/etc/localtime" ensure that the container timezone matches the host.
- Code: Select all
-v /etc/localtime:/etc/localtime:ro
-v /share/Docker/MiniDLNA:/minidlna