edit lxc config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mathieu Broillet 2023-06-13 16:30:56 +02:00
parent 8af5cbce58
commit 85329abf4b
No known key found for this signature in database
GPG Key ID: 7D4F25BC50A0AA32

View File

@ -5,10 +5,10 @@
"release": "3.17" "release": "3.17"
}, },
"resources": { "resources": {
"cpu": "2", "cpu": 2,
"memory": "1024", "memory": 1024,
"swap": "256", "swap": 256,
"disk": "8", "disk": 8,
"storage": "local-lvm" "storage": "local-lvm"
}, },
"network": { "network": {
@ -21,8 +21,8 @@
"vlan": "" "vlan": ""
}, },
"options": { "options": {
"privileged": "false", "privileged": false,
"start_on_boot": "false", "start_on_boot": false,
"startup_order": 2, "startup_order": 2,
"password": "qwertz1234", "password": "qwertz1234",
"tags": "2-proxy+auth" "tags": "2-proxy+auth"