解决 laradock 中 Guzzle/Curl 出现 error [curl] 7
导语
今天在使用 Guzzle 的时候,出现了 [curl] 7: Failed to connect to xxx port 80: Connection refused
这个问题。没有查到相关的中文资料,最终踩了一些坑后解决。简而言之就是修改 docker-compose.yml
中关于 nginx 的配置,然后重新安装就可以了。
修改配置
在 NGINX Server
修改如下
networks: frontend: aliases: - you_site backend: aliases: - you_site
重装 nginx
- 切换到
laradock
中 docker-compose stop nginx
docker-compose build --no-cache nginx
docker-compose up -d nginx
参考资料:GitHub issues。
相关推荐
83911535 2020-11-13
曾是土木人 2020-10-31
yegen00 2020-10-21
soralaro 2020-10-11
katanaFlower 2020-09-18
wytzsjzly 2020-08-17
88407710 2020-08-17
ChinaJoeEE 2020-08-16
CyborgLin 2020-08-15
Blueberry 2020-08-15
PinkBean 2020-08-11
katanaFlower 2020-08-03
hunningtu 2020-07-30
阿债的方寸天地 2020-06-28
pingyan 2020-06-25
wytzsjzly 2020-06-25
阳光岛主 2020-06-25
阿债的方寸天地 2020-06-16