Custom image to install serviio 2.3 arm64 (to run on raspberry pi)
107
This image installs Serviio 2.3 along with ffmpeg plugin and openjdk 8
The command to run the image using the host's network (to make Serviio visible from your devices) should be:
docker run --name serviio-custom -d --network host --restart=unless-stopped -p 23423:23423/tcp -p 23424:23424/tcp -p 8895:8895/tcp -p 1900:1900/udp -v /etc/localtime:/etc/localtime:ro -v /your-media-folder:/media/serviio serviio-custom
It also allows you to map the serviio media folder to a local folder, where you can easily put your files.
To see the logs, type:
docker logs serviio-custom
I made this for my personal use. Don't know if anyone else is gonna need, but, otherwise... enjoy!
Content type
Image
Digest
sha256:e6f683f1e…
Size
167.6 MB
Last updated
over 3 years ago
docker pull alexandrebarbieri/serviio-custom