mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-21 01:27:01 +02:00
fix minidlna
This commit is contained in:
parent
0d910796d0
commit
e882dda59e
@ -1,8 +1,6 @@
|
||||
minidlna:
|
||||
image: easypi/minidlna-arm
|
||||
ports:
|
||||
- "1900:1900/udp"
|
||||
- "8200:8200/tcp"
|
||||
volumes:
|
||||
- ./data:/opt
|
||||
net: host
|
||||
restart: always
|
||||
|
@ -1,8 +1,6 @@
|
||||
minidlna:
|
||||
image: vimagick/minidlna
|
||||
ports:
|
||||
- "1900:1900/udp"
|
||||
- "8200:8200/tcp"
|
||||
volumes:
|
||||
- ./data:/opt
|
||||
net: host
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user