mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-24 23:04:40 +08:00
fix: 限制Redis安装数量
This commit is contained in:
parent
793078b441
commit
1090047e55
1 changed files with 2 additions and 2 deletions
|
@ -60,14 +60,14 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "redis",
|
"key": "redis",
|
||||||
"name": "redis",
|
"name": "Redis",
|
||||||
"tags": ["Database"],
|
"tags": ["Database"],
|
||||||
"versions": ["7.0.5","6.0.16"],
|
"versions": ["7.0.5","6.0.16"],
|
||||||
"short_desc": "高性能的 key-value 数据库",
|
"short_desc": "高性能的 key-value 数据库",
|
||||||
"author": "Salvatore Sanfilippo",
|
"author": "Salvatore Sanfilippo",
|
||||||
"type": "runtime",
|
"type": "runtime",
|
||||||
"required": [],
|
"required": [],
|
||||||
"limit": 0,
|
"limit": 1,
|
||||||
"crossVersionUpdate": true,
|
"crossVersionUpdate": true,
|
||||||
"source": "https://redis.io/"
|
"source": "https://redis.io/"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue