1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/minidlna/docker-compose.yml

7 lines
96 B
YAML
Raw Normal View History

2016-05-08 13:34:04 +00:00
minidlna:
image: vimagick/minidlna
volumes:
- ./data:/opt
2017-12-16 06:21:13 +00:00
net: host
2016-05-08 13:34:04 +00:00
restart: always