You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ConsulManager/docs/FAQ.md

14 lines
330 B

3 years ago
### 查后端实时日志先进入docker-compose.yml所在目录
```
docker-compose logs --tail=10 -f flask-consul
```
### 查前端实时日志先进入docker-compose.yml所在目录
```
docker-compose logs --tail=10 -f flask-vue
```
### 检查consul连接是否正常
```
进入容器,执行:
nc -vz {ip} 8500
```