We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
显示{"code":0,"msg":"连接数据库失败:数据库地址填写错误!"}
{"code":0,"msg":"连接数据库失败:数据库地址填写错误!"}
我在1panel使用的 docker compose:
version: '3' services: dnsmgr-web: container_name: dnsmgr-web stdin_open: true tty: true ports: - 8085:80 volumes: - /volume1/docker/dnsmgr/web:/app/www image: netcccyun/dnsmgr environment: - DB_HOST=localhost # 1Panel-mysql-JDMB 也试过 - DB_PORT=3306 - DB_USER=root1 - DB_PASSWORD=12KJ3456 - DB_DATABASE=dnsmgr networks: - dnsmgr-network networks: dnsmgr-network: driver: bridge
The text was updated successfully, but these errors were encountered:
No branches or pull requests
显示
{"code":0,"msg":"连接数据库失败:数据库地址填写错误!"}
我在1panel使用的 docker compose:
The text was updated successfully, but these errors were encountered: