fix: update downloads volume path for Pinchflat service

This commit is contained in:
nathan 2026-04-20 10:02:32 -04:00
parent 9f19363409
commit 52c60aecb4

View File

@ -16,7 +16,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /mnt/appdata/pinchflat/config:/config - /mnt/appdata/pinchflat/config:/config
- /mnt/appdata/pinchflat/downloads:/downloads - /mnt/media/incoming/downloads-pinchflat:/downloads
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.pinchflat.entrypoints=websecure" - "traefik.http.routers.pinchflat.entrypoints=websecure"