Обновить docker-compose.yml

This commit is contained in:
2026-04-22 18:59:53 +05:00
parent 5d05cc0cb7
commit a542c5e27c
+17
View File
@@ -10,3 +10,20 @@ services:
- SECRET_ENCRYPTION_KEY=a5768cf048956f4da12fd0773b95f8960d571cfd2889c5c428ca9a4c8016bb36
ports:
- '7575:7575'
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- WEBUI_PORT=8080
- TORRENTING_PORT=6881
volumes:
- /mnt/hdd/appdata:/config
- mnt/hdd/downloads:/downloads #optional
ports:
- 8080:8080
- 6881:6881
- 6881:6881/udp
restart: unless-stopped