1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00:00
dockerfiles/minidlna/arm/docker-compose.yml

7 lines
98 B
YAML
Raw Normal View History

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