diff --git a/erazatztv-docker-compose.yml b/erazatztv-docker-compose.yml new file mode 100644 index 0000000..0c71d45 --- /dev/null +++ b/erazatztv-docker-compose.yml @@ -0,0 +1,16 @@ +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 +