From dd3fbe2a4ecbc43fce35ee2c5cbae6790e501fde Mon Sep 17 00:00:00 2001 From: jrmbchtl Date: Mon, 18 Oct 2021 21:08:27 +0200 Subject: [PATCH] syntax fix --- pi-hosted_template/template/portainer-v2.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index cd27a88..3ee6ff5 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -4293,7 +4293,7 @@ "container": "/app/data" } ] - } + }, { "categories": [ "Other", @@ -4347,14 +4347,14 @@ "default": "192.168.15.0/24, 10.0.1.0/24", "label": "WG_ALLOWED_IPS", "name": "WG_ALLOWED_IPS" - }, + } ], "cap_add": [ "NET_ADMIN", "SYS_MODULE" ], "sysctls": [ - "net.ipv4.ip_forward=1" + "net.ipv4.ip_forward=1", "net.ipv4.conf.all.src_valid_mark=1" ] }