-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
你使用的哪个版本,我刚测试了一下是可以正常使用的,不过要确保环境变量 如果还是有问题,可以更新下使用仓库最新的版本再试一下 |
感谢回复,我使用的是ultimate版本。我使用ChatGPT已经解决上一个问题了,是因为.env文件修改错误。现在已经安装完成,但SELF_URL_PATH又打不开了,下面是我修改的情况,烦扰帮我看看有什么问题吗?谢谢! |
你是没有使用env文件而是直接修改compose配置文件指定端口吗,如果是这样的话,需要确保所有设计变量的部分都被正确的修改了。请检查你指定的181端口是否是通的。如果你是用的是云服务器,大概率是你云服务商的那层防火墙没有放行这个端口。
在 2024年1月11日,13:10,vw911 ***@***.***> 写道:
感谢回复,我使用的是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/<http://%E6%9C%8D%E5%8A%A1%E5%99%A8%E5%9C%B0%E5%9D%80:181/>" # please change to your own domain
—
Reply to this email directly, view it on GitHub<#19 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALWYYYNUXGGSUJM2CBWLA6TYN5X27AVCNFSM6AAAAABBVEVXX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBWGI2TGMZSGQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
谢谢,确实我之前部署错了,我使用.env文件重新部署了,但clash似乎有问题。将日志发给ChatGPT,回复说clash处于不断重启的状态。 |
repo 中默认附带的 clash 配置中,我填写了几个公开免费的订阅,这些订阅不稳定,可能会关闭,可能会被墙,仅供测试体验。日常使用最好替换为自己的节点或你的机场提供的订阅链接 |
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
The text was updated successfully, but these errors were encountered: