Update docker-compose.yml
Some checks failed
External Trigger Scheduler / external-trigger-scheduler (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Package Trigger Scheduler / package-trigger-scheduler (push) Has been cancelled

Updated time zone and updated config path
This commit is contained in:
2025-05-20 20:19:44 -04:00
parent 93f48ca84e
commit d17ac0053d

View File

@@ -5,11 +5,11 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- TZ=America/Kentucky/Louisville
- WEBUI_PORT=8080
- TORRENTING_PORT=50120
volumes:
- ./qbittorrent/appdata:/config
- /opt/stacks/qbittorrent/qbittorrent/appdata:/config
- /mnt/8tbraid/qbit:/downloads #optional
ports:
- 8080:8080