diff --git a/images/docker-qbittorrent.md b/images/docker-qbittorrent.md index 8908a34d8..bc3eba7d0 100644 --- a/images/docker-qbittorrent.md +++ b/images/docker-qbittorrent.md @@ -47,7 +47,6 @@ The webui is at `:8080` and the default username/password is `admin/adm Change username/password via the webui in the webui section of settings. - ### WEBUI_PORT variable Due to issues with CSRF and port mapping, should you require to alter the port for the webui you need to change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port. @@ -60,7 +59,7 @@ If you have no webui , check the file /config/qBittorrent/qBittorrent.conf edit or add the following lines -``` +```text WebUI\Address=* WebUI\ServerDomains=* @@ -196,6 +195,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **31.08.22:** - Rebase to Alpine Edge again to follow latest releases. * **12.08.22:** - Bump unrar to 6.1.7. * **16.06.22:** - Rebase to Alpine 3.16 from edge. * **25.05.22:** - Fetch qbitorrent-cli from upstream repo.