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