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

sudo docker compose up -d一直失败 #19

Open
vw911 opened this issue Jan 10, 2024 · 5 comments
Open

sudo docker compose up -d一直失败 #19

vw911 opened this issue Jan 10, 2024 · 5 comments

Comments

@vw911
Copy link

vw911 commented Jan 10, 2024

sudo docker compose up -d一直失败,显示
[root@xxxx rssman-ultimate]# sudo docker compose up -d
parsing /root/RSSmanX/rssman-ultimate/docker-compose.yml: yaml: line 14: did not find expected key

@Colin-XKL
Copy link
Owner

你使用的哪个版本,我刚测试了一下是可以正常使用的,不过要确保环境变量.env文件中的内容已正确填写。检查下你填写的格式是否正确。

如果还是有问题,可以更新下使用仓库最新的版本再试一下

@vw911
Copy link
Author

vw911 commented Jan 11, 2024

感谢回复,我使用的是ultimate版本。我使用ChatGPT已经解决上一个问题了,是因为.env文件修改错误。现在已经安装完成,但SELF_URL_PATH又打不开了,下面是我修改的情况,烦扰帮我看看有什么问题吗?谢谢!
app.ttrss:
image: wangqiru/ttrss
container_name: ttrss
depends_on:
- database.ttrss
- service.clash
ports:
- "181:80" # change the port if you need
environment:
SELF_URL_PATH: "http://服务器地址:181/" # please change to your own domain

@Colin-XKL
Copy link
Owner

Colin-XKL commented Jan 11, 2024 via email

@vw911
Copy link
Author

vw911 commented Jan 12, 2024

谢谢,确实我之前部署错了,我使用.env文件重新部署了,但clash似乎有问题。将日志发给ChatGPT,回复说clash处于不断重启的状态。
日志显示 Clash 容器在尝试初始化代理提供者 oversea2 时遇到了问题。特别是,它在尝试从 https://klausvpn.posyao.com/clash/proxies?nc=CN 获取配置信息时出现了错误。这里有几个不同的错误信息:
1.connect: connection refused - 表示 Clash 无法建立到提供者服务器的连接。这可能是由于网络问题,或者提供者服务器不接受来自您服务器的连接请求。
2.lookup klausvpn.posyao.com: i/o timeout - 表示 DNS 查询超时,Clash 无法解析域名 klausvpn.posyao.com。
3.lookup klausvpn.posyao.com on 127.0.0.11:53: no such host - 表示域名查找失败,DNS 无法找到对应的 IP 地址。
我的服务器是阿里云境内服务器,可能clash代理被审查不能在境内服务器部署。

@Colin-XKL
Copy link
Owner

repo 中默认附带的 clash 配置中,我填写了几个公开免费的订阅,这些订阅不稳定,可能会关闭,可能会被墙,仅供测试体验。日常使用最好替换为自己的节点或你的机场提供的订阅链接

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

No branches or pull requests

2 participants