美文网首页
项目运维问题总结

项目运维问题总结

作者: zhengshibin | 来源:发表于2019-05-13 12:20 被阅读0次

系统: 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为其他端口,微服务重启。

相关文章

网友评论

      本文标题:项目运维问题总结

      本文链接:https://www.haomeiwen.com/subject/ngjlaqtx.html