Skip to content

Commit

Permalink
Readme: Replace MySQL with MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 authored Oct 7, 2024
1 parent ee486dd commit 143c814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 143c814

Please sign in to comment.