diff --git a/images/docker-qbittorrent.md b/images/docker-qbittorrent.md index 6b7ac8e79e..21c6ef8db7 100644 --- a/images/docker-qbittorrent.md +++ b/images/docker-qbittorrent.md @@ -1,3 +1,6 @@ +--- +title: qbittorrent +--- # [linuxserver/qbittorrent](https://github.com/linuxserver/docker-qbittorrent) [![GitHub Stars](https://img.shields.io/github/stars/linuxserver/docker-qbittorrent.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-qbittorrent) @@ -56,8 +59,8 @@ services: - TZ=Europe/London - WEBUI_PORT=8080 volumes: - - :/config - - :/downloads + - /path/to/appdata/config:/config + - /path/to/downloads:/downloads ports: - 6881:6881 - 6881:6881/udp @@ -77,8 +80,8 @@ docker run -d \ -p 6881:6881 \ -p 6881:6881/udp \ -p 8080:8080 \ - -v :/config \ - -v :/downloads \ + -v /path/to/appdata/config:/config \ + -v /path/to/downloads:/downloads \ --restart unless-stopped \ ghcr.io/linuxserver/qbittorrent ``` @@ -191,7 +194,8 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions -* **20.01.21:"** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. +* **10.02.21:** - Rebase to focal. +* **20.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. * **12.11.20:** - Stop creating /config/data directory on startup * **03.04.20:** - Fix adding search engine plugin * **02.08.19:** - Add qbitorrent-cli for processing scripts.