diff --git a/qbittorrent/README.md b/qbittorrent/README.md index e123af1..437c7b0 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -20,7 +20,7 @@ A script that will auto assign a category of an incoming torrent. This docker-compose file is traditionally used to create and start a container from the command line. For Portainer we can just copy and paste this script into the web editor field.
docker-compose-qbittorrent.yml notes -

+
This will create two services or containers called **qbittorrent** and **qbittorrent-openvpn**. ### `qbittorrent` container @@ -98,7 +98,7 @@ A script that will be executed when the `qbittorrent` container is starting.
extra_packages.sh notes - +
This script goes in the `/custom_script` volume folder for **qbittorrent** container. It will install three programs. - **python3:** This is the dependant programming language needed. diff --git a/qbittorrent/docker-compose-qbittorrent.yml b/qbittorrent/docker-compose-qbittorrent.yml index 10204c1..0091310 100644 --- a/qbittorrent/docker-compose-qbittorrent.yml +++ b/qbittorrent/docker-compose-qbittorrent.yml @@ -5,6 +5,14 @@ ############################################################################# # # +# Make sure to set the folling variables. +# +# +# +# +# +# +# services: qbittorrent: image: linuxserver/qbittorrent:latest