ragflow
ragflow copied to clipboard
docker compose docker-compose.yml runing mysql error
When I used docker to build ragflow, I used version v0.7.12, which was very unstable when starting. Later, I checked the health check of mysql: test: ["CMD", "mysqladmin" ,"ping", "-uroot", "-p${MYSQL_PASSWORD}"] The mysql user root was specified, but it was not in the .env file. After adding MYSQL_USER=root in .env, it can start normally. It is currently under observation. This should be a bug