Increase default disk size for Apt-Cacher-NG (#7352)

This commit is contained in:
CanbiZ 2025-09-02 18:40:22 +02:00 committed by GitHub
parent a3e0df9de1
commit 591af3f109
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

View file

@ -21,7 +21,7 @@
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"hdd": 10,
"os": "debian",
"version": "12"
}