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 83075ec commit 9397460Copy full SHA for 9397460
docker-entrypoint.sh
@@ -13,7 +13,7 @@ if [ ! -f '$BOOKSTACK_HOME/.env' ]; then
13
# Environment
14
APP_ENV=production
15
APP_DEBUG=${APP_DEBUG:-false}
16
- APP_KEY=${APP_KEY:-SomeRandomString}
+ APP_KEY=${APP_KEY:-SomeRandomStringWith32Characters}
17
18
# The below url has to be set if using social auth options
19
# or if you are not using BookStack at the root path of your domain.
@@ -103,7 +103,7 @@ else
103
echoerr wait-for-db: timeout out after 15 seconds waiting for ${DB_HOST_NAME}:${DB_PORT}
104
fi
105
106
-composer install
+composer install
107
108
php artisan key:generate
109
0 commit comments