version: "3.7" services: komga: image: gotson/komga:1.6.2 container_name: Komga volumes: - /mnt/docker_volumes/Komga/config:/config - /mnt/pokecenter/Media/Comics:/data - type: bind source: /etc/timezone target: /etc/timezone read_only: true ports: - 8081:8080 restart: unless-stopped