From 03a32d63d44150661c9ad9d59dafc91eb7772b3c Mon Sep 17 00:00:00 2001 From: Jos Visser <1911646+Qballjos@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:24:06 +0200 Subject: [PATCH] add ports to deluge add default ports to deluge --- Template/template.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Template/template.json b/Template/template.json index 642a8cc..45061b2 100644 --- a/Template/template.json +++ b/Template/template.json @@ -715,7 +715,8 @@ "bind": "/portainer/Downloads", "container": "/downloads" } - ] + ], + "ports": ["8112:8112/tcp", "6881:6881/tcp", "6881:6881/udp"] }, { "categories": ["HomeAutomation", "Management"],