Extension: Redis Alpine Installation (#3367)

* Extension: Redis Alpine Installation

* change website note
This commit is contained in:
CanbiZ
2025-03-24 12:32:45 +01:00
committed by GitHub
parent c9b5579869
commit 37b7894504
3 changed files with 119 additions and 1 deletions

View File

@@ -24,6 +24,17 @@
"os": "debian",
"version": "12"
}
},
{
"type": "alpine",
"script": "ct/alpine-redis.sh",
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 1,
"os": "alpine",
"version": "3.21"
}
}
],
"default_credentials": {
@@ -32,7 +43,7 @@
},
"notes": [
{
"text": "Redis Configuration: `nano /etc/redis/redis.conf`",
"text": "Redis Configuration: `nano /etc/redis/redis.conf` or in Alpine: `nano /etc/redis.conf`",
"type": "info"
}
]