From 4fd6a1186c476ddcf018d96dac7453428cb5edee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Br=C3=BCckner?= Date: Thu, 14 Sep 2017 15:17:30 +0200 Subject: [PATCH] Style fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87c08e4..f68b289 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ The nextcloud image supports auto configuration via environment variables. You c __SQLITE_DATABASE__: - `SQLITE_DATABASE` Name of the database using sqlite -___MYSQL/MariaDB__: +__MYSQL/MariaDB__: - `MYSQL_DATABASE` Name of the database using mysql / mariadb. - `MYSQL_USER` Username for the database using mysql / mariadb. - `MYSQL_PASSWORD` Password for the database user using mysql / mariadb.