Update FAQ.md

pull/72/head
StarsL.cn 2023-03-10 06:03:02 +08:00 committed by GitHub
parent c3b7f81d05
commit 53bd27341a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ docker-compose logs --tail=50 -f flask-consul
```
docker-compose logs --tail=50 -f nginx-consul
```
### 后端报错requests.exceptions.ConnectionError: HTTPConnectionPool(host='xxx', port=8500)
### 后端启动报错requests.exceptions.ConnectionError: HTTPConnectionPool(host='xxx', port=8500)
![图片](https://user-images.githubusercontent.com/3349611/219944354-7be4c686-ff8e-4a03-8939-0fd6dedfb1b7.png)
- 这是由于flask-consul容器无法连接到consul服务端请检查容器到consul的网络是否通。
- 可以检查下iptables防火墙规则设置允许访问8500端口