Update
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
tags:
|
||||
- jdm17/minidlna:latest
|
||||
container_name: docker-minidlna
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
@@ -11,9 +13,16 @@ services:
|
||||
- PORT=8205
|
||||
# specify an UPNP interface if you have multiple network interface
|
||||
# - SSDP_IFACE=eth0
|
||||
- FOLDERS=/media/mp3,/media/movies,/media/tv_series
|
||||
- FOLDERS=/media/mp3;/media/movies;/media/tv_series
|
||||
# with types
|
||||
# - FOLDERS=A,/media/mp3;P,/media/pictures;V,/media/movies;V,/media/tv_series
|
||||
volumes:
|
||||
- /mnt/data/config:/var/lib/minidlna
|
||||
- ./config:/var/lib/minidlna
|
||||
# with config file
|
||||
# uncomment or delete the full environment block if You use custom config file!
|
||||
# - ./config/minidlna.conf:/etc/minidlna.conf:ro
|
||||
# db dir
|
||||
# - ./cache:/var/cache/minidlna
|
||||
- /mnt/data/pub/movies:/media/movies
|
||||
- /mnt/data/pub/tv_series:/media/tv_series
|
||||
- /mnt/data/pub/mp3:/media/mp3
|
||||
|
||||
Reference in New Issue
Block a user