Files
cont/Docker/qbittorrent/docker-compose.yml
T
apulkin 366ccb7b9a add
2026-05-28 11:58:28 +03:00

19 lines
532 B
YAML

services:
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:
- /srv/dev-disk-by-uuid-d383ff21-3d21-4d7f-8aea-7ffd8d6ba073/Docker/qbittorrent/appdata:/config
- /srv/dev-disk-by-uuid-eef2f1b6-0066-44ef-ad54-d187b0dd38a8/Downloads:/downloads
ports:
- 8080:8080
- 6881:6881
- 6881:6881/udp
restart: unless-stopped