Skip to content

Commit

Permalink
Update qbittorrent.yml
Browse files Browse the repository at this point in the history
Added info on how to retrieve temporary password through logs.
  • Loading branch information
bokkoman authored Dec 3, 2024
1 parent 60d6d10 commit 33069ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/qbittorrent.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# qBittorrent - https://hub.docker.com/r/hotio/qbittorrent
#
# Refer to Hotio's documentation for additional details on container / vpn enviormental variables at https://hotio.dev/containers/qbittorrent.
#
# Don't forget to create the directory, change chown command if needed (the user:group part)
# sudo -u docker mkdir -m=00775 /volume1/docker/appdata/qbittorrent
#
# If you want to use VPN follow the instructions below.
# To enable VPN set "VPN_ENABLED=true" in the .env, and uncomment the 'devices' section below. If you don't want VPN enabled set "VPN_ENABLED=false"
# To enable VPN set "VPN_ENABLED=true" in the .env file, and uncomment the 'devices' section below. If you don't want VPN enabled set "VPN_ENABLED=false"
# Start the container, and in your /appdata/qbittorrent a wireguard folder will be created where you need to place your wg0.conf file you got from your VPN provider and rename it to wg0-fix.conf
# Remove the `DNS = 1.1.1.1` line from the wg0.conf
# Remove any preexisting preup or postup from your wg0.conf file
Expand All @@ -18,6 +16,8 @@
# 3 - sudo systemctl start tun
# Check if running with - sudo systemctl status tun
# recreate the container with - sudo docker-compose up --force-recreate qbittorrent
#
# The webui password will be printed in the docker log of this container, run "sudo docker logs qbittorrent" to find it or use Dozzle container to read logs.

qbittorrent:
container_name: qbittorrent
Expand Down

0 comments on commit 33069ac

Please sign in to comment.