Skip to content

Commit 90b3f72

Browse files
adds APP_URL env variable
1 parent 7da6f70 commit 90b3f72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ if [ ! -f '/var/www/BookStack/.env' ]; then
1111
APP_DEBUG=${APP_DEBUG:-false}
1212
APP_KEY=${APP_KEY:-SomeRandomString}
1313
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+
1418
# Database details
1519
DB_HOST=${DB_HOST:-localhost}
1620
DB_PORT=${DB_PORT:-3306}

0 commit comments

Comments
 (0)