summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorokrc <okrc@hexo.dev>2023-03-05 03:13:45 +0800
committerGitHub <noreply@github.com>2023-03-04 19:13:45 +0000
commitbcb0642e000fc352c323d9651562cc54efa4e781 (patch)
tree34c809ccdabd6e464276a5e374aa40aa6b22b14b /README.md
parent4abe7df9d5b94a81329d9131bf88aefe4050d031 (diff)
Fixed broken link (#1931)
Signed-off-by: okrc <okrc@hexo.dev>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index db32aa47..39a9e893 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ __PostgreSQL__:
- `POSTGRES_PASSWORD` Password for the database user using postgres.
- `POSTGRES_HOST` Hostname of the database server using postgres.
-As an alternative to passing sensitive information via environment variables, `_FILE` may be appended to the previously listed environment variables, causing the initialization script to load the values for those variables from files present in the container. See [Docker secrets](#docker=secrets) section below.
+As an alternative to passing sensitive information via environment variables, `_FILE` may be appended to the previously listed environment variables, causing the initialization script to load the values for those variables from files present in the container. See [Docker secrets](#docker-secrets) section below.
If you set any group of values (i.e. all of `MYSQL_DATABASE`, `MYSQL_USER`, `MYSQL_PASSWORD`, `MYSQL_HOST`), they will not be asked in the install page on first run. With a complete configuration by using all variables for your database type, you can additionally configure your Nextcloud instance by setting admin user and password (only works if you set both):