Update FAQ.md

This commit is contained in:
StarsL.cn 2022-06-16 11:26:35 +08:00 committed by GitHub
parent 987dd0d3b7
commit 5cea9bf14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -6,9 +6,11 @@ docker-compose logs --tail=10 -f flask-consul
```
docker-compose logs --tail=10 -f flask-vue
```
### 检查consul连接是否正常
### 检查consul连接是否正常
```
进入容器,执行:
# 进入容器:
docker-compose exec flask-consul sh
# 执行检查:
nc -vz {ip} 8500
```
### blackbox_exporter监控某个站点有异常如何debug