diff --git a/.deploy/docker/entrypoint.sh b/.deploy/docker/entrypoint.sh index b2bb23eba1..11e0501787 100755 --- a/.deploy/docker/entrypoint.sh +++ b/.deploy/docker/entrypoint.sh @@ -125,5 +125,12 @@ chown -R www-data:www-data -R $FIREFLY_PATH php artisan firefly:instructions install +echo "DKR_CHECK_SQLITE '$DKR_CHECK_SQLITE'" +echo "DKR_RUN_MIGRATION '$DKR_RUN_MIGRATION'" +echo "DKR_RUN_UPGRADE '$DKR_RUN_UPGRADE'" +echo "DKR_RUN_VERIFY '$DKR_RUN_VERIFY'" +echo "DKR_RUN_REPORT '$DKR_RUN_REPORT'" +echo "DKR_RUN_PASSPORT_INSTALL '$DKR_RUN_PASSPORT_INSTALL'" + echo "Go!" exec apache2-foreground diff --git a/.env.example b/.env.example index 5b5c525899..12a51c6af6 100644 --- a/.env.example +++ b/.env.example @@ -65,7 +65,7 @@ REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 REDIS_DB="0" # always use quotes - +REDIS_CACHE_DB="1" # You can configure another file storage backend if you cannot use the local storage option. # To set this up, fill in the following variables. The upload path is used to store uploaded # files and the export path is to store exported data (before download).