1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/minidlna/arm/docker-compose.yml

7 lines
98 B
YAML
Raw Normal View History

2016-05-08 15:40:09 +02:00
minidlna:
image: easypi/minidlna-arm
volumes:
- ./data:/opt
2017-12-16 08:21:13 +02:00
net: host
2016-05-08 15:40:09 +02:00
restart: always