From 5935e214946665fa68b2d613bb4f3288bbcb0bc6 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:47:53 +0100 Subject: [PATCH] docs: Update README.md --- examples/arr-suite/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/arr-suite/README.md b/examples/arr-suite/README.md index 3103dc9..5f2fae1 100644 --- a/examples/arr-suite/README.md +++ b/examples/arr-suite/README.md @@ -57,9 +57,7 @@ The following bind mount volumes are defined: ## Setup -You can follow this Youtube tutorial on how to setup most of the arr applications: - -https://www.youtube.com/watch?v=LD8-Qr3B2-o +You can follow parts of [this Youtube tutorial](https://youtu.be/LD8-Qr3B2-o?si=49RQxJ5KRcoETCiQ&t=740) on how to configure most of the arr applications. **Note**: As all arr containers live within the same Docker network, you can easily reference container names instead of IPs. Docker will resolve the container names automatically to the current docker containers' IP. No need for port mappings or defining your Docker server's IP address. Use Docker networks! The only exception is qbittorrent, which uses the vpn killswitch network of the gluetun container. Here, the gluetun container will expose qbittorrent's web ui on TCP/8080 and the IP address of your docker host server. Setup qbittorrent in all arr-applications using your server's local IP address, on which port 8080 is mapped to.