From e3be12312ab88bc3ec2d94916297007bfa17b4e1 Mon Sep 17 00:00:00 2001 From: Robert Middleswarth Date: Sat, 30 Oct 2021 21:47:16 -0400 Subject: [PATCH] Fix missing Comma --- pi-hosted_template/template/portainer-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 1e09129..2a4e337 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -2239,7 +2239,7 @@ "name": "deluge", "platform": "linux", "ports": [ - "6881:6881/tcp" + "6881:6881/tcp", "8112:8112/tcp" ], "restart_policy": "unless-stopped",