You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,14 @@ docker run -d --net bookstack_nw \
94
94
The APP_URL parameter should be the base URL for your BookStack instance without a trailing slash. For example:
95
95
APP_URL=http://example.com
96
96
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
+
97
105
#### Volumes
98
106
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:
0 commit comments