Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 90b3f72

Browse filesBrowse files
adds APP_URL env variable
1 parent 7da6f70 commit 90b3f72
Copy full SHA for 90b3f72

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎docker-entrypoint.sh

Copy file name to clipboardExpand all lines: docker-entrypoint.sh
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.