From 57a7aab0b407e8e5aaec386da2521f1b626f111c Mon Sep 17 00:00:00 2001 From: John Guan Date: Thu, 23 Dec 2021 15:32:54 +0800 Subject: [PATCH] Update Syncthing appfile --- Apps/Syncthing/appfile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/Syncthing/appfile.json b/Apps/Syncthing/appfile.json index 3ed3b50..0ced3cc 100644 --- a/Apps/Syncthing/appfile.json +++ b/Apps/Syncthing/appfile.json @@ -25,7 +25,7 @@ "shell": "bash", "privileged": false, "network_model": "bridge", - "webui": { + "web_ui": { "http": "8384", "path": "/" }, @@ -103,7 +103,7 @@ ], "devices": [], "constraints": { - "min_memery": "256", + "min_memory": "256", "min_storage": "1024" }, "restart_policy": "always",