系统: centos 7
架构:spring cloud,springboot
部署:docker,docker-compose
1、docker执行命令出现超时情况
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).
解决方法:root用户使用reboot 重启Linux。具体原因未继续查找。
2、springboot微服务连接redis超时
解决方法:修改redis配置默认端口6379为其他端口,微服务重启。
网友评论