minidlna
DLNA Service based on Alpine Linux
50K+
Currently, this is a docker image based on Alpine to server minidlna.
This multiarch image supports amd64, i386, arm32v6, arm64v8, ppc64le, and s390x on Linux
docker container run -d --name minidlna --privileged --network host whatever4711/minidlna
Thereafter you can access picapport on http://localhost:8080
After creating and modifying the following docker-compose.yml, just call docker-compose up -d
version: '3'
volumes:
db:
media:
services:
audio:
image: whatever4711/minidlna
restart: always
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- media:/media
- db:/var/cache/minidlna
network_mode: host
Content type
Image
Digest
Size
23.1 MB
Last updated
over 6 years ago
docker pull whatever4711/minidlna