We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da6f70 commit 90b3f72Copy full SHA for 90b3f72
docker-entrypoint.sh
@@ -11,6 +11,10 @@ if [ ! -f '/var/www/BookStack/.env' ]; then
11
APP_DEBUG=${APP_DEBUG:-false}
12
APP_KEY=${APP_KEY:-SomeRandomString}
13
14
+ # The below url has to be set if using social auth options
15
+ # or if you are not using BookStack at the root path of your domain.
16
+ APP_URL=${APP_URL:-null}
17
+
18
# Database details
19
DB_HOST=${DB_HOST:-localhost}
20
DB_PORT=${DB_PORT:-3306}
0 commit comments