Update Consul部署说明.md

pull/72/head
StarsL.cn 2023-03-10 06:04:36 +08:00 committed by GitHub
parent 53bd27341a
commit 991329e710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ acl = {
#### 启动服务
```bash
mkdir /opt/consul
chown -R consul:consul /opt/consul #注意下数据目录的权限。
systemctl enable consul.service
systemctl start consul.service