Browse Source

Fixed a second missed comma

Robert Middleswarth 3 years ago
parent
commit
930c4fc198
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pi-hosted_template/template/portainer-v2.json

+ 2 - 2
pi-hosted_template/template/portainer-v2.json

@@ -1,4 +1,4 @@
-{
+W{
 	"version": "2",
 	"templates": [
 		{
@@ -3211,7 +3211,7 @@
 			"name": "resilio-sync",
 			"platform": "linux",
 			"ports": [
-				"8888:8888/tcp"
+				"8888:8888/tcp",
 				"55555:55555/tcp"
 			],
 			"restart_policy": "unless-stopped",