Search found 3 matches

by Cyph3r
Tue Nov 21, 2023 6:01 pm
Forum: Linux
Topic: Can't login to WebUI on brand new install on Libreelec and docker
Replies: 6
Views: 5613

Re: Can't login to WebUI on brand new install on Libreelec and docker

Made a slight edit to the docker compose. But that made no difference.
---
version: "2.1"
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=0
- PGID=0
- TZ=Europe/Amsterdam
- WEBUI_PORT=8080
volumes:
- /storage/Qbittorrent ...
by Cyph3r
Tue Nov 21, 2023 5:24 pm
Forum: Linux
Topic: Can't login to WebUI on brand new install on Libreelec and docker
Replies: 6
Views: 5613

Can't login to WebUI on brand new install on Libreelec and docker

Like the title says, there is no way I can login to the webui in qbittorrent. Used: admin/adminadmin

This is my my docker compose:
---
version: "2.1"
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ ...