mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-23 03:26:53 +08:00
Unify MySQL configuration (#12644)
### What problem does this PR solve? Align MySQL defaults between docker/.env and docker/service_conf.yaml.template close #12645 ### Type of change - [x] Other (please describe):Unify MySQL configuration
This commit is contained in:
@ -52,6 +52,8 @@ The [.env](./.env) file contains important environment variables for Docker.
|
||||
- `MYSQL_PASSWORD`
|
||||
The password for MySQL.
|
||||
- `MYSQL_PORT`
|
||||
The port to connect to MySQL from RAGFlow container. Defaults to `3306`. Change this if you use an external MySQL.
|
||||
- `EXPOSE_MYSQL_PORT`
|
||||
The port used to expose the MySQL service to the host machine, allowing **external** access to the MySQL database running inside the Docker container. Defaults to `5455`.
|
||||
|
||||
### MinIO
|
||||
|
||||
Reference in New Issue
Block a user