--- # Date: 2025-06-01 # https://hub.docker.com/r/linuxserver/qbittorrent services: qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent environment: - PUID=996 - PGID=100 - TZ=Europe/Moscow - WEBUI_PORT=8080 volumes: - /srv/dev-disk-by-uuid-025e362a-4951-4882-8376-7617414457cb/media/qbittorrent/config:/config - /srv/dev-disk-by-uuid-025e362a-4951-4882-8376-7617414457cb/media/qbittorrent/downloads:/downloads ports: - 8080:8080 - 6881:6881 - 6881:6881/udp restart: unless-stopped