Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

No port but 8080 works for qbittorrent #134

Open
wieluk opened this issue Sep 7, 2022 · 1 comment
Open

No port but 8080 works for qbittorrent #134

wieluk opened this issue Sep 7, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@wieluk
Copy link

wieluk commented Sep 7, 2022

Information

If I try to map any other port for example

ports:
      - "8085:8085"

While also changing it in the qbittorrent config I can't reach qbit anymore.

If I try to map like this:

ports:
      - "8085:8080"

I get a Unathorized as answer.

@wieluk wieluk added the bug Something isn't working label Sep 7, 2022
@PseudoResonance
Copy link

Set QBT_WEBUI_PORT in your environment variables.

environment:
  - OPENVPN_USERNAME=user
  - OPENVPN_PASSWORD=pass
  - QBT_WEBUI_PORT=8000
  - LAN=192.168.0.0/24

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants