From 9d8c878b86d765857dca7dbf1c950fdfd3f358eb Mon Sep 17 00:00:00 2001 From: Robert Middleswarth Date: Fri, 14 Jan 2022 20:58:34 -0500 Subject: [PATCH] Removed a comma from the json array --- pi-hosted_template/template/portainer-v2.json | 2 +- template/portainer-v2-arm32.json | 2 +- template/portainer-v2-arm64.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 4f8fffc..70bb1f1 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -4210,7 +4210,7 @@ "${XMLRPC_PORT}:${XMLRPC_PORT}/tcp", "${RUTORRENT_PORT}:${RUTORRENT_PORT}/tcp", "${WEBDAV_PORT}:${WEBDAV_PORT}/tcp", - "${RT_INC_PORT}:${RT_INC_PORT}/tcp", + "${RT_INC_PORT}:${RT_INC_PORT}/tcp" ], "restart_policy": "unless-stopped", "title": "ruTorrent", diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json index 4f8fffc..70bb1f1 100644 --- a/template/portainer-v2-arm32.json +++ b/template/portainer-v2-arm32.json @@ -4210,7 +4210,7 @@ "${XMLRPC_PORT}:${XMLRPC_PORT}/tcp", "${RUTORRENT_PORT}:${RUTORRENT_PORT}/tcp", "${WEBDAV_PORT}:${WEBDAV_PORT}/tcp", - "${RT_INC_PORT}:${RT_INC_PORT}/tcp", + "${RT_INC_PORT}:${RT_INC_PORT}/tcp" ], "restart_policy": "unless-stopped", "title": "ruTorrent", diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json index bb2dcd0..73f47fb 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -4488,7 +4488,7 @@ "${XMLRPC_PORT}:${XMLRPC_PORT}/tcp", "${RUTORRENT_PORT}:${RUTORRENT_PORT}/tcp", "${WEBDAV_PORT}:${WEBDAV_PORT}/tcp", - "${RT_INC_PORT}:${RT_INC_PORT}/tcp", + "${RT_INC_PORT}:${RT_INC_PORT}/tcp" ], "restart_policy": "unless-stopped", "title": "ruTorrent",