0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 00:12:36 +02:00

Style fix

This commit is contained in:
Marc Brückner 2017-09-14 15:17:30 +02:00 committed by GitHub
parent c6995f135e
commit 4fd6a1186c

View file

@ -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.