1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/minidlna/docker-compose.yml

7 lines
96 B
YAML
Raw Normal View History

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