<- back to Homelab

komga

Repo: https://github.com/gotson/komga

Last updated: Sun, Feb 23, 2025

Example docker-compose.yaml

1   services:
  1   komga:
  2     container_name: komga
  3     image: gotson/komga
  4     restart: unless-stopped
  5     volumes:
  6       - ./config:/config
  7       - ./data:/data
  8     environment:
  9       - TZ=Europe/Berlin