From d2b4a8496ac9dcc3889be695d7076a4f0219c28d Mon Sep 17 00:00:00 2001 From: John Guan Date: Fri, 24 Dec 2021 14:35:11 +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 b1c1789..d40df15 100644 --- a/Apps/Syncthing/appfile.json +++ b/Apps/Syncthing/appfile.json @@ -103,8 +103,8 @@ ], "devices": [], "constraints": { - "min_memory": "256", - "min_storage": "1024" + "min_memory": 256, + "min_storage": 1024 }, "restart_policy": "unless-stopped", "sysctls": [],