-
-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
部署后显示ttrss operation time out #114
Comments
贴配置上来。 |
后来排查应该是 CentOS firewalld 相关的问题,和 ttrss 无关 |
我也是同样的问题,想问一下你的防火墙是怎么修改的呢? |
确保你使用的端口已经开放了
注意这是CentOS 7的解决方案,不适用8,二者的防火墙策略不同,如果可以的话在CentOS 7环境下部署 |
谢谢,我是centOS 8,我刚刚重启了一下firewall的服务就好了,之前添加了端口没有重启。 |
经测试debian禁用防火墙重新开启也不行,重启docker和防火墙后,从awesome_ttrss容器内部ping不通postgres。干脆直接让postgres加入public_access,舍弃安全性,已成功访问 |
Bug 描述
docker-compose 部署,修改配置后
docker-compose up -d
,访问ip:port
显示无法打开。yml 中改动了 database password 和SELF_URL_PATH
(ip:port,端口默认 181 )你谷歌/百度了吗?
未找到可用解决方法
部署方法
部署环境
截屏
错误日志
同 #55 但这个issue没有提供解决方案
The text was updated successfully, but these errors were encountered: