doc: Update sentinel-dashboard/README.md (#3108)

This commit is contained in:
Robert Lu 2023-04-26 16:18:30 +08:00 committed by LearningGp
parent 0c97d8f4b1
commit 069034cb64
1 changed files with 3 additions and 1 deletions

View File

@ -64,4 +64,6 @@ java -Dserver.port=8080 \
docker build --build-arg SENTINEL_VERSION=1.8.6 -t ${REGISTRY}/sentinel-dashboard:v1.8.6 .
```
*注意Sentinel 控制台目前仅支持单机部署。Sentinel 控制台项目提供 Sentinel 功能全集示例,不作为开箱即用的生产环境控制台,不提供安全可靠保障。若希望在生产环境使用请根据[文档](https://github.com/alibaba/Sentinel/wiki/%E5%9C%A8%E7%94%9F%E4%BA%A7%E7%8E%AF%E5%A2%83%E4%B8%AD%E4%BD%BF%E7%94%A8-Sentinel)自行进行定制和改造。*
更多:[控制台功能介绍](./Sentinel_Dashboard_Feature.md)。