Skip to content

Commit 2306189

Browse files
Document MariaDB in README
Note mooc_mysql runs MariaDB in docker-compose.yml. App uses pdo_mysql; service names unchanged. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 9271c46 commit 2306189

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848

4949
1. Create a local environment file (`cp .env .env.local`) if you want to modify any parameter
5050

51+
### 🗄️ Database (Docker)
52+
53+
The `mooc_mysql` service in `docker-compose.yml` runs MariaDB (`mariadb:10.7.4`). Application settings use the MySQL protocol (`pdo_mysql`); service and host names keep the `mysql` naming for compatibility.
54+
5155
### 🔥 Application execution
5256

5357
1. Install all the dependencies and bring up the project with Docker executing: `make build`

0 commit comments

Comments
 (0)