version: "3.7" services: komga: image: jasongdove/ersatztv:latest-nvidia container_name: ErasatzTV volumes: - /c/DockerVolumes/ErasatzTV:/root/.local/share/ersatztv - /z:/path/to/shared/media:ro - type: bind source: /etc/timezone target: /etc/timezone read_only: true ports: - 8409:8409 restart: unless-stopped