Skip to content

christophe-freijanes/docker-serviio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-serviio

Fastest and Smallest Docker Container for Serviio DLNA Server

Docker Pulls Docker Stars GitHub last commit Docker Build Status

Link on docker hub: christophe-freijanes/serviio

Link on github: christophe-freijanes/docker-serviio

Build Arguments

  • VERSION = 2.2 - serviio version
  • FFMPEG_VERSION = 4.2

Exposed Ports

  • 1900:1900/udp
  • 8080:8081/tcp
  • 23423:23423/tcp - HTTP/1.1 /console /rest
  • 23523:23523/tcp - HTTPS/1.1 /console /rest
  • 23424:23424/tcp - HTTP/1.1 /cds /mediabrowser
  • 23524:23524/tcp - HTTPS/1.1 /cds /mediabrowser

Recommended Volumes (no auto mounting now)

  • /opt/serviio/config
  • /opt/serviio/library
  • /opt/serviio/plugins
  • /opt/serviio/log
  • /media/serviio - Put media content here and add in serviio gui this path

Container Changelog (dd.mm.yy)

  • 01.10.2021 - Update Serviio version to 2.2
  • 19.03.2021 - Update FFMPEG to 4.3.2, add healthcheck (PR #19), cleanup volumes (mount only if you need it)
  • 07.12.2020 - Update alpine to 3.12, fix dcraw.c build (add jasper build from source), removed config volume
  • 28.05.2020 - Update Serviio version to 2.1, alpine to 3.11, ffmpeg to 4.2, fix dcraw.c path
  • 27.05.2019 - Update Serviio version to 2.0 and alpine to latest on build date
  • 19.12.2018 - Update Serviio version to 1.10.1 and ffmpeg to 4.1 and alpine to latest on build date
  • 09.05.2018 - Update Serviio version from 1.9.1 to 1.9.2
  • 02.03.2018 - Update Serviio version from 1.9 to 1.9.1
  • 12.01.2018 - dcraw now supported. dockerfile cleanups. many fixes and updates