Update FAQ.md

pull/72/head
StarsL.cn 2023-02-19 19:08:34 +08:00 committed by GitHub
parent 716c8ef7c4
commit af41c9d325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ docker-compose logs --tail=10 -f flask-vue
``` ```
# 进入容器: # 进入容器:
docker-compose exec flask-consul sh docker-compose exec flask-consul sh
# 如果flask-consul容器无法正常启动可以进入nginx-consul容器测试
docker-compose exec nginx-consul sh
# 执行检查: # 执行检查:
nc -vz {ip} 8500 nc -vz {ip} 8500
``` ```