From f6c90ff9cdcf458e6253706eca26906ac877491b Mon Sep 17 00:00:00 2001 From: Eugene Amos Date: Tue, 28 Nov 2023 01:09:51 -0800 Subject: [PATCH] qbittorrent > updates --- qbittorrent/README.md | 4 ++-- qbittorrent/docker-compose-qbittorrent.yml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) 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