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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"
}