We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
从zip包中解压的新代码在docker容器中使用uv启动报错 docker-compose文件如下 services: mcp-mysql8-custom: build: context: . dockerfile: mcp-mysql8.Dockerfile restart: unless-stopped volumes: - .env:/usr/src/app/mysql_mcp_server_pro-main/src/config/.env:ro ports: - 9001:9000 command: "uv run --with rich /usr/src/app/mysql_mcp_server_pro-main/src/mysql_mcp_server_pro/server.py"
The text was updated successfully, but these errors were encountered:
最新代码中,新增了dockerfile文件,可以使用dockerfile文件进行部署
Sorry, something went wrong.
No branches or pull requests
从zip包中解压的新代码在docker容器中使用uv启动报错
docker-compose文件如下
services:
mcp-mysql8-custom:
build:
context: .
dockerfile: mcp-mysql8.Dockerfile
restart: unless-stopped
volumes:
- .env:/usr/src/app/mysql_mcp_server_pro-main/src/config/.env:ro
ports:
- 9001:9000
command: "uv run --with rich /usr/src/app/mysql_mcp_server_pro-main/src/mysql_mcp_server_pro/server.py"
The text was updated successfully, but these errors were encountered: