Description
Self Checks
- I have searched for existing issues search for existing issues, including closed ones.
- I confirm that I am using English to submit this report (Language Policy).
- Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- Please do not modify this template :) and fill in all the required fields.
Describe your problem
When I did docker-compose --file docker-compose.yml up -d,container ragflow-mysql report an Error. I use docker logs -f ragflow-server to check the log, find the following error:
2025-06-18 15:46:52+08:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.39-1.el9 started.
2025-06-18 15:46:52+08:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2025-06-18 15:46:52+08:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.39-1.el9 started.
2025-06-18 15:46:52+08:00 [Warn] [Entrypoint]: MYSQL_PASSWORD specified, but missing MYSQL_USER; MYSQL_PASSWORD will be ignored
ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permitted
OS:
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
I pull images to docker,so I change something in docker-compose-base.yml and ./.env
docker-compose-base.yml
1、 image: elasticsearch:8.17.6
pull_policy: never
2、 image: mysql:8.0.39
3、image: quay.io/minio/minio:RELEASE.2025-04-08T15-41-24Z
4、image: valkey/valkey:8.0.3
./.env
RAGFLOW_IMAGE=infiniflow/ragflow:v0.19.0
then