Update Consul部署说明.md
parent
53bd27341a
commit
991329e710
|
@ -34,6 +34,7 @@ acl = {
|
||||||
#### 启动服务
|
#### 启动服务
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
mkdir /opt/consul
|
||||||
chown -R consul:consul /opt/consul #注意下数据目录的权限。
|
chown -R consul:consul /opt/consul #注意下数据目录的权限。
|
||||||
systemctl enable consul.service
|
systemctl enable consul.service
|
||||||
systemctl start consul.service
|
systemctl start consul.service
|
||||||
|
|
Loading…
Reference in New Issue