Skip to content

Commit 9397460

Browse files
committed
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)