Update alpine-caddy.json

This commit is contained in:
Slaviša Arežina 2025-09-17 21:00:03 +02:00 committed by GitHub
parent 9b160ecd71
commit 7659eae6af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
"install_methods": [
{
"type": "default",
"script": "ct/alpine-caddy.sh",
"script": "ct/caddy.sh",
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 3,
"os": "alpine",
"version": "3.22"
"ram": 512,
"hdd": 4,
"os": "debian",
"version": "12"
}
},
{