[Question]: The command docker compose -f docker/docker-compose.yml up -d was run, but there was only the prompt below, and there was no response. What could be the reason for this?
Describe your problem
docker compose -f docker/docker-compose.yml up -d time="2025-02-16T14:07:42+08:00" level=warning msg="The "HF_ENDPOINT" variable is not set. Defaulting to a blank string." time="2025-02-16T14:07:42+08:00" level=warning msg="The "MACOS" variable is not set. Defaulting to a blank string." canceled
按照用户手册的说法,执行完“docker compose -f docker/docker-compose.yml up -d”后,要运行“docker logs -f ragflow-server”以确认服务器状态。如最出现下面的内容,就说明启动成功了。 ____ ___ ______ ______ __ / __ \ / | / // // / _ __ / // // /| | / / __ / / / // __ | | /| / / / , // ___ |/ // // __/ / // // /| |/ |/ / // ||// ||_/// // _/ |/|__/
- Running on all addresses (0.0.0.0)
- Running on http://127.0.0.1:9380
- Running on http://x.x.x.x:9380 INFO:werkzeug:Press CTRL+C to quit 如果跳过这一步系统确认步骤就登录 RAGFlow,你的浏览器有可能会提示 network anormal 或 网络异常,因为 RAGFlow 可能并未完全启动成功。 如
Probably out of memory.