GUACAMOLE-626: Update README.md

Missed a space
This commit is contained in:
Thomas John Wesolowski
2019-01-19 00:02:29 -06:00
committed by Thomas Wesolowski
parent 3bb3fc0f70
commit f1b9491969

View File

@@ -43,7 +43,7 @@ It is important to note that the startup script is configured such that:
For example, you may wish to use `MYSQL_USER_FILE` and `MYSQL_PASSWORD_FILE`, For example, you may wish to use `MYSQL_USER_FILE` and `MYSQL_PASSWORD_FILE`,
but wish to specify the database name with `MYSQL_DATABASE` but wish to specify the database name with `MYSQL_DATABASE`
2. If both a normal environment variable and its corresponding secret are defined 2. If both a normal environment variable and its corresponding secret are defined
in the same command line, or section with in a [Compose](https://docs.docker.com/compose/)file, in the same command line, or section with in a [Compose](https://docs.docker.com/compose/) file,
the secret will take precedence. For instance, if both `MYSQL_PASSWORD` the secret will take precedence. For instance, if both `MYSQL_PASSWORD`
and `MYSQL_PASSWORD_FILE` are given, `MYSQL_PASSWORD_FILE` will be used. and `MYSQL_PASSWORD_FILE` are given, `MYSQL_PASSWORD_FILE` will be used.