Hello !
Fisrt thanks for your work
I can’t conect to qbittorrent with the default password admin/adminadmin.
→ Invalid password
Image
https://hub.docker.com/r/linuxserver/qbittorrent
docker-compose
---
version: "2.1"
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- WEBUI_PORT=8080
volumes:
- /portainer/config/qbittorrent:/config
- /home/media/downloads:/downloads
ports:
- 8080:8080
- 6881:6881
- 6881:6881/udp
restart: unless-stopped
Log
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver
───────────────────────────────────────
To support LSIO projects visit:
*
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
[custom-init] No custom files found, skipping…
WebUI will be started shortly after internal preparations. Please wait…
Connection to localhost (127.0.0.1) 8080 port [tcp/http-alt] succeeded!
[ls.io-init] done.
Catching signal: SIGTERM
Exiting cleanly
Restart the Container
******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:8080
The WebUI administrator username is: admin
The WebUI administrator password was not set. A temporary password is provided for this session: GC7xp43wD
You should set your own password in program preferences.
[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.
───────────────────────────────────────
To support LSIO projects visit:
*
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
[custom-init] No custom files found, skipping…
WebUI will be started shortly after internal preparations. Please wait…
Connection to localhost (127.0.0.1) 8080 port [tcp/http-alt] succeeded!
[ls.io-init] done.
Tests
-
I try this (log) :
The WebUI administrator username is: admin
The WebUI administrator password was not set. A temporary password is provided for this session: GC7xp43wD
Nop… -
Default password qbittorrent works whithout Docker (sudo apt install qbittorrent-nox)
Thanks for your help