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
容器xiaozhi-esp32-server-db无法启动
docker compose -f docker-compose_all.yml up -d启动时报错:dependency failed to start: container xiaozhi-esp32-server-db is unhealthy
容器正常启动
容器xiaozhi-esp32-server-db内报错截图如下
The text was updated successfully, but these errors were encountered:
如果mysql:latest用不了,可以试试mysql的其他tag。比如mysql:8.4.5
mysql:8.4.5
删除掉docker-compose.yaml同级的mysql目录
删除掉镜像和容器,修改docker-compose.yaml文件里的msyql
xiaozhi-esp32-server-db: image: mysql:8.4.5
Sorry, something went wrong.
是不是其他的mysql3306的默认端口占用了
No branches or pull requests
🐛 问题描述
容器xiaozhi-esp32-server-db无法启动
🖥️ 环境信息
🔍 告诉我们,应该怎么复现这个问题
docker compose -f docker-compose_all.yml up -d启动时报错:dependency failed to start: container xiaozhi-esp32-server-db is unhealthy
🤔 你原本希望是怎么样的
容器正常启动
😯 提供一些截图
容器xiaozhi-esp32-server-db内报错截图如下

📋 其他信息
The text was updated successfully, but these errors were encountered: