mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-02 23:07:27 +02:00
minidlna is not the valid binary name
Hi, Tried to use this image and realized that minidlna not anymore exists: /opt # ls -l /usr/sbin/ [...] -rwxr-xr-x 2 root root 269464 Apr 29 22:44 minidlnad So there is minidlnad instead. Maybe the name changed recently: https://pkgs.alpinelinux.org/contents?branch=v3.4&name=minidlna&arch=x86_64&repo=main
This commit is contained in:
parent
55b16b25b0
commit
e3b14f26ac
@ -15,4 +15,4 @@ WORKDIR /opt
|
||||
EXPOSE 1900/udp
|
||||
EXPOSE 8200/tcp
|
||||
|
||||
CMD ["minidlna", "-d"]
|
||||
CMD ["minidlnad", "-d"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user