From 11062400cf23437740d13b00e04b64e78b5f6ae8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 3 May 2021 20:30:35 +0200 Subject: [PATCH] Add (nor required for Ingress) --- qbittorrent/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index d4c48d73f..6e3a28e92 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -20,7 +20,7 @@ "6881/udp": 6881 }, "ports_description": { - "8080/tcp": "Web UI port", + "8080/tcp": "Web UI port (nor required for Ingress)", "6881/tcp": "Peer port", "6881/udp": "Peer port" },