Docker-VM: set individual Hostname / Disk-Space formatting (#4821)

* Docker-VM: Refactor (Hostname / Disk-Space)

* Update docker-vm.json
This commit is contained in:
CanbiZ
2025-05-29 19:25:25 +02:00
committed by GitHub
parent 85ae0e2f74
commit 5295ed8cf2
2 changed files with 22 additions and 20 deletions

View File

@ -22,7 +22,7 @@
"resources": {
"cpu": 2,
"ram": 4096,
"hdd": 8,
"hdd": 10,
"os": "debian",
"version": "12"
}