From 8411241170b94f999d9f172afc1f8c847598d5fb Mon Sep 17 00:00:00 2001 From: simonmcnair <101189766+simonmcnair@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:07:11 +0000 Subject: [PATCH] Update installation.md --- docs/self-hosting/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/installation.md b/docs/self-hosting/installation.md index a33e4e8..225ba0f 100644 --- a/docs/self-hosting/installation.md +++ b/docs/self-hosting/installation.md @@ -52,7 +52,7 @@ NEXTAUTH_SECRET=VERY_SENSITIVE_SECRET POSTGRES_PASSWORD=CUSTOM_POSTGRES_PASSWORD ``` -The only thing you MUST change here is `NEXTAUTH_SECRET` and `POSTGRES_PASSWORD`, they both should be different secret phrases. +The only thing you MUST change here is `NEXTAUTH_SECRET` and `POSTGRES_PASSWORD`, they both should be different secret phrases. The phrase can be wrapped in single or double quotes if any special characters are used such as a dollar sign. Alternatively the characters can be escaped. See (https://docs.docker.com/reference/compose-file/interpolation/). The `NEXTAUTH_URL` should be changed to your domain name _only if you are hosting it somewhere else_.