Skip to main content

Install on Docker

Pull the docker image https://hub.docker.com/r/b4bz/homer

**Homer docker compose .yml**  https://github.com/bastienwirtz/homer

version: "2"
services:
  jellyfin:
    image: b4bz/homer:latest
    container_name: homer
    environment:
      - PUID=1001
      - PGID=1001
      - PST=America/Los Angeles
    volumes:
      - /mounted/local/storage/location/:/www/assets
    ports:
      - 8091:8080
    restart: always