From 85329abf4b7c0e1a52d9edf07dfdc58a6a3f2d0d Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Tue, 13 Jun 2023 16:30:56 +0200 Subject: [PATCH] edit lxc config --- resources/lxc/100/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lxc/100/config.json b/resources/lxc/100/config.json index 3d3ae43..edc4f53 100644 --- a/resources/lxc/100/config.json +++ b/resources/lxc/100/config.json @@ -5,10 +5,10 @@ "release": "3.17" }, "resources": { - "cpu": "2", - "memory": "1024", - "swap": "256", - "disk": "8", + "cpu": 2, + "memory": 1024, + "swap": 256, + "disk": 8, "storage": "local-lvm" }, "network": { @@ -21,8 +21,8 @@ "vlan": "" }, "options": { - "privileged": "false", - "start_on_boot": "false", + "privileged": false, + "start_on_boot": false, "startup_order": 2, "password": "qwertz1234", "tags": "2-proxy+auth"