From 5167668d5e29e09ccbdd5aefa3a697b05513a8d6 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 15 May 2021 22:46:54 +0200 Subject: [PATCH] Fix typo and header --- Using-the-MariaDB-(MySQL)-Backend.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Using-the-MariaDB-(MySQL)-Backend.md b/Using-the-MariaDB-(MySQL)-Backend.md index b4dd4d2..245ebaf 100644 --- a/Using-the-MariaDB-(MySQL)-Backend.md +++ b/Using-the-MariaDB-(MySQL)-Backend.md @@ -6,7 +6,7 @@ If you insist to use MySQLv8 instead of MariaDB then create a user using an old :warning: :poop: :warning: -:warning: Alpine is currently **not** support, on amd64 Alpine supports sqlite and postgresql, on armv7 it only supports sqlite. +:warning: Alpine is currently **not** supported, on amd64 Alpine supports sqlite and postgresql, on armv7 it only supports sqlite. --- @@ -26,7 +26,7 @@ If your password contains special characters, you will need to use percentage en A complete list of codes can be found on [Wikipedia page for percent encoding](https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_characters) -##Example using Docker: +## Example using Docker ```bash # Start a mysql container @@ -45,7 +45,7 @@ docker run -d --name vaultwarden --net \ -e ENABLE_DB_WAL='false' ``` -### Example using Non-Docker MySQL Server: +### Example using Non-Docker MySQL Server ``` Server IP/Port 192.168.1.10:3306 UN: dbuser / PW: yourpassword / DB: vaultwarden