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": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/alpine-caddy.sh", "script": "ct/caddy.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 256, "ram": 512,
"hdd": 3, "hdd": 4,
"os": "alpine", "os": "debian",
"version": "3.22" "version": "12"
} }
}, },
{ {