From 143c814e87a007583177a5d3c44ff1d96c5fad1d Mon Sep 17 00:00:00 2001 From: Brutus5000 Date: Mon, 7 Oct 2024 10:26:40 +0200 Subject: [PATCH] Readme: Replace MySQL with MariaDB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 594af235..0fdb87fc 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ If you want other Docker containers to connect to the database, put them into th -e MYSQL_ROOT_PASSWORD=banana \ -e MYSQL_DATABASE=faf \ -d --name faf-db \ - mysql:5.7 + mariadb:10.6 ### Updating the database In order to update an existing database to the newest schema version, first you need to build it from within the directory: