-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
青龙改用host模式怎么弄进不去了 #2679
Comments
docker run -dit root@ql5:/ql $ pm2 logs /root/.pm2/logs/update-out.log last 15 lines: /root/.pm2/logs/panel-out.log last 15 lines: /root/.pm2/logs/panel-error.log last 15 lines: /root/.pm2/logs/schedule-error.log last 15 lines: 1|schedule | 2025-03-14T14:34:54: E No address added out of total 1 resolved |
不设置前缀 不需要参数 QlBaseUrl , host 模式端口不能重复,建议使用非 host 模式 |
Qinglong version
2.18.1
Steps to reproduce
What is expected?
docker run -dit
-v /root/ql5/data:/ql/data
-e QlBaseUrl="/root/ql5"
-e QlPort="5701"
--name ql5
--hostname ql5
--net=host
--restart unless-stopped
whyour/qinglong:latest
What is actually happening?
进不去面版
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: