ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

docker compose docker-compose.yml runing mysql error

Open jeerychao opened this issue 9 months ago • 2 comments

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

jeerychao avatar Apr 02 '25 01:04 jeerychao