Eric Wong

Results 6 comments of Eric Wong

之前默认镜像,每次安装依赖都失败。现在换了debian镜像之后,能自动安装成功了。很奇怪。

你可以起一个mysql,然后写个脚本,从mysql中获取对应的环境变量,用青龙API更新到当前容器。

Error response from daemon: pull access denied for zerotier-planet, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 官方这个镜像是不是没了?

I got the similar issue: `npm ERR! node-pre-gyp http GET https://github.com/ranisalt/node-argon2/releases/download/v0.25.1/argon2-v0.25.1-node-v108-linux-x64-glibc.tar.gz****`

For me, the reason is, had extra double quotes in password file define. Wrong: password_file "C:\Program Files\mosquitto\passwd.txt" Right: password_file C:\Program Files\mosquitto\passwd.txt

I encountered a similar issue while using Cherry Studio. Both my Firecrawl and Firecrawl MCP servers are hosted locally in Docker containers. Postman tests confirmed Firecrawl works properly. The MCP...