docker-compose setup脚本无法获取 s3_data.tar.gz
#5652
-
📦 部署环境Docker 📌 软件版本v1.49.6 💻 系统环境Alpine 3.21 🌐 浏览器Chrome 🐛 问题描述位于 docker-compose/local/setup.sh 的脚本无法下载 我根据LobeChat的文档想试试One-click startup script,在我跑以下命令出现错误。 bash <(curl -fsSL https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/local/setup.sh) -f 报错:
📷 复现步骤运行
🚦 期望结果希望能够修正并正常下载该文件 📝 补充信息No response |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 3 replies
-
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
📦 deployment environmentDocker 📌 Software versionv1.49.6 💻 System environmentOther Linux 🌐 browserChrome 🐛 Problem descriptionLocated in [Docker- Compose/Local/Setup.sh] (https://github.com/lobehub/lobe-chat/blob/main/docker/local/Setup.sh) The script cannot be downloaded I want to try the One-CLICK Startup script based on the [ Error:
|
Beta Was this translation helpful? Give feedback.
-
Hey @sean1832! 👋 I'm here to help you with any bugs, questions, or contributions you have for LobeChat. Let's squash that bug together! The issue you're encountering with the
If these steps do not resolve the issue, there might be a problem with the script or the file's availability on the server. You might want to check for any updates or issues in the repository that could provide more information. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
我在空文件夹下使用指令没有复现 bash <(curl -fsSL https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/local/setup.sh) -f 尝试在空文件夹中使用? |
Beta Was this translation helpful? Give feedback.
-
I did not reproduce the instructions under the empty folder |
Beta Was this translation helpful? Give feedback.
-
hum,我自己测了一下,发现这个问题在 如果实在不行的话我就用
lobechat-bug.mp4 |
Beta Was this translation helpful? Give feedback.
-
试试还没合并的新脚本 bash <(curl -fsSL https://raw.githubusercontent.com/cy948/lobe-chat/refactor/minio-pswd/docker-compose/local/setup.sh) -f -l zh_CN --url https://raw.githubusercontent.com/cy948/lobe-chat/refactor/minio-pswd |
Beta Was this translation helpful? Give feedback.
-
Try a new script that has not been merged |
Beta Was this translation helpful? Give feedback.
-
不好意思是我的原因。
运行了以下命令就ok了。 doas apk add wget |
Beta Was this translation helpful? Give feedback.
-
This issue is closed, If you have any questions, you can comment and reply. |
Beta Was this translation helpful? Give feedback.
-
为什么在alpine linux中启动呢?可以介绍一下使用场景吗? |
Beta Was this translation helpful? Give feedback.
不好意思是我的原因。
我知道原因了,Alpine的
wget
命令是被BusyBox
给取代的。很多wget
的功能BusyBox
并没有。