--- # https://hub.docker.com/r/linuxserver/qbittorrent services: qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - WEBUI_PORT=8080 volumes: - CHANGE_TO_COMPOSE_DATA_PATH/qbittorrent/config:/config - CHANGE_TO_COMPOSE_DATA_PATH/qbittorrent/downloads:/downloads ports: - 8080:8080 - 6881:6881 - 6881:6881/udp restart: unless-stopped