Gerbera

Gerbera is an UPnP Media Server. It allows you to stream your digital media throughout your home network and listen to/watch it on a variety of UPnP compatible devices.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "2.3"
services:
  gerbera:
    image: gerbera/gerbera
    container_name: gerbera
    network_mode: host
    volumes:
      - ./gerbera-config:/var/run/gerbera
      - /some/files:/mnt/content:ro
    restart: unless-stopped

Resources

Website: https://gerbera.io/

GitHub: https://github.com/gerbera/gerbera

Docker Hub: https://hub.docker.com/r/gerbera/gerbera

Configuration: https://github.com/gerbera/gerbera/blob/master/README.Docker.md