Skip to content
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

Closed
Boycottangent opened this issue Jan 4, 2020 · 6 comments
Closed

部署后显示ttrss operation time out #114

Boycottangent opened this issue Jan 4, 2020 · 6 comments
Labels

Comments

@Boycottangent
Copy link

Bug 描述
docker-compose 部署,修改配置后 docker-compose up -d ,访问 ip:port 显示无法打开。yml 中改动了 database password 和 SELF_URL_PATH (ip:port,端口默认 181 )

你谷歌/百度了吗?
未找到可用解决方法

部署方法

  • docker-compose
  • latest

部署环境

  • CentOS 8

截屏

image

错误日志

# docker logs ttrss --tail 100
Operation timed out

#55 但这个issue没有提供解决方案

@HenryQW
Copy link
Owner

HenryQW commented Jan 6, 2020

贴配置上来。

@Boycottangent
Copy link
Author

后来排查应该是 CentOS firewalld 相关的问题,和 ttrss 无关

@realjackwang
Copy link

后来排查应该是 CentOS firewalld 相关的问题,和 ttrss 无关

我也是同样的问题,想问一下你的防火墙是怎么修改的呢?

@Boycottangent
Copy link
Author

后来排查应该是 CentOS firewalld 相关的问题,和 ttrss 无关

我也是同样的问题,想问一下你的防火墙是怎么修改的呢?

确保你使用的端口已经开放了

firewall-cmd --zone=public --add-port=xxxx/tcp --permanent
firewall-cmd --reload

注意这是CentOS 7的解决方案,不适用8,二者的防火墙策略不同,如果可以的话在CentOS 7环境下部署

@realjackwang
Copy link

后来排查应该是 CentOS firewalld 相关的问题,和 ttrss 无关

我也是同样的问题,想问一下你的防火墙是怎么修改的呢?

确保你使用的端口已经开放了

firewall-cmd --zone=public --add-port=xxxx/tcp --permanent
firewall-cmd --reload

注意这是CentOS 7的解决方案,不适用8,二者的防火墙策略不同,如果可以的话在CentOS 7环境下部署

谢谢,我是centOS 8,我刚刚重启了一下firewall的服务就好了,之前添加了端口没有重启。

@AlvinCR
Copy link

AlvinCR commented Dec 13, 2023

经测试debian禁用防火墙重新开启也不行,重启docker和防火墙后,从awesome_ttrss容器内部ping不通postgres。干脆直接让postgres加入public_access,舍弃安全性,已成功访问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants