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

Sign up
Appearance settings

Commit 9397460

Browse files
Change APP_KEY example to a 32 characters length example
1 parent 83075ec commit 9397460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docker-entrypoint.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ ! -f '$BOOKSTACK_HOME/.env' ]; then
1313
# Environment
1414
APP_ENV=production
1515
APP_DEBUG=${APP_DEBUG:-false}
16-
APP_KEY=${APP_KEY:-SomeRandomString}
16+
APP_KEY=${APP_KEY:-SomeRandomStringWith32Characters}
1717
1818
# The below url has to be set if using social auth options
1919
# or if you are not using BookStack at the root path of your domain.
@@ -103,7 +103,7 @@ else
103103
echoerr wait-for-db: timeout out after 15 seconds waiting for ${DB_HOST_NAME}:${DB_PORT}
104104
fi
105105

106-
composer install
106+
composer install
107107

108108
php artisan key:generate
109109

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /