mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
9 lines
137 B
YAML
9 lines
137 B
YAML
|
minidlna:
|
||
|
image: vimagick/minidlna
|
||
|
ports:
|
||
|
- "1900:1900/udp"
|
||
|
- "8200:8200/tcp"
|
||
|
volumes:
|
||
|
- ./data:/opt
|
||
|
restart: always
|