[home,script]完善部署文档,新增常见问题

This commit is contained in:
tomsun28
2022-02-23 21:50:48 +08:00
parent 1f8951084c
commit 09e7498df5
5 changed files with 100 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ sidebar_label: 快速开始
> HertzBeat支持通过源码安装启动Docker容器运行和安装包方式安装部署。
#### Docker方式快速安装
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat:latest`
`docker run -d -p 1157:1157 -v /opt/application.yml:/opt/hertzbeat/config/application.yml --name hertzbeat tancloud/hertzbeat:[版本tag]`
详细步骤参考 [通过Docker方式安装HertzBeat](docker-deploy.md)