This commit is contained in:
DoTheEvo 2023-02-12 09:23:42 +01:00
parent 14ca09f7f4
commit 010ce9a686
1 changed files with 5 additions and 3 deletions

View File

@ -79,10 +79,12 @@ networks:
external: true
```
`APP_URL` must be set for bookstack to work.<br>
`MAIL_` stuff must be set for password reset and new registrations.
`.env`
```bash
# GENERAL
MY_DOMAIN=example.com
DOCKER_MY_NETWORK=caddy_net
TZ=Europe/Bratislava
@ -148,7 +150,7 @@ Default login: `admin@admin.com` // `password`
Exec in to the container and `printenv` to see.
Check [mail.php](https://github.com/BookStackApp/BookStack/blob/development/app/Config/mail.php)
to see exact `MAIL_` env variables names and default values.
Test in thunderbird your smtp server working or not.
Test in Thunderbird your smtp server working or not.
# Update
@ -239,4 +241,4 @@ Note that database restore must happen before bookstack app is first run.
Again, the above steps are based on the
[official procedure](https://www.bookstackapp.com/docs/admin/backup-restore/)
at the time of writting this.
at the time of writing this.