Skip to content

Commit 3c6d196

Browse files
committed
Make note of required arguments
1 parent 8b233ae commit 3c6d196

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ docker run -d --net bookstack_nw \
9494
The APP_URL parameter should be the base URL for your BookStack instance without a trailing slash. For example:
9595
APP_URL=http://example.com
9696

97+
The following environment variables are required for Bookstack to start:
98+
- `APP_KEY`
99+
- `APP_URL`
100+
- `DB_HOST` (in the form `${hostname_or_ip_address}:${port}`)
101+
- `DB_DATABASE`
102+
- `DB_USERNAME`
103+
- `DB_PASSWORD`
104+
97105
#### Volumes
98106
To access your `.env` file and important bookstack folders on your host system change `<HOST>` in the following line to your host directory and add it then to your run command:
99107

0 commit comments

Comments
 (0)