From b0a1ff412bf760e0fb43ae7cc20b92eb44734037 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sun, 12 Feb 2023 15:23:21 +0100 Subject: [PATCH] update --- bookstack/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bookstack/readme.md b/bookstack/readme.md index c5a4a3b..3aa2ea8 100644 --- a/bookstack/readme.md +++ b/bookstack/readme.md @@ -79,9 +79,6 @@ networks: external: true ``` -`APP_URL` must be set for bookstack to work.
-`MAIL_` stuff must be set for password reset and new registrations. - `.env` ```bash # GENERAL @@ -119,6 +116,9 @@ MAIL_PASSWORD= Which is named in the `.env` file.
If one does not exist yet: `docker network create caddy_net` +`APP_URL` in the `.env` must be set for bookstack to work.
+`MAIL_` stuff must be set for password reset and new registrations. + # Reverse proxy Caddy v2 is used, details