Create FAQ.md

This commit is contained in:
StarsL.cn 2022-04-21 00:56:35 +08:00 committed by GitHub
parent 95eada4b16
commit e6aeb7afbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
FAQ.md Normal file
View File

@ -0,0 +1,13 @@
### 查后端实时日志先进入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
```