From f1b949196926e98186a31e52c47afdd28468a4ad Mon Sep 17 00:00:00 2001 From: Thomas John Wesolowski Date: Sat, 19 Jan 2019 00:02:29 -0600 Subject: [PATCH] GUACAMOLE-626: Update README.md Missed a space --- guacamole-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole-docker/README.md b/guacamole-docker/README.md index 04e64e5c9..c8f5e886b 100644 --- a/guacamole-docker/README.md +++ b/guacamole-docker/README.md @@ -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`, but wish to specify the database name with `MYSQL_DATABASE` 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` and `MYSQL_PASSWORD_FILE` are given, `MYSQL_PASSWORD_FILE` will be used.