Cache store [] is not defined
Hello,
Just start with last Docker image (using PHP7.2 & CachetHQ 2.4)
I have this error Cache store [] is not defined
But everything look like allright in my .env ` APP_ENV="production" APP_DEBUG="true" APP_URL="http://10.xxxxxxxxxxxxxxx" APP_LOG="errorlog" APP_KEY="base64:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx="
DB_DRIVER="pgsql" DB_HOST="postgres" DB_DATABASE="postgres" DB_USERNAME="postgres" DB_PASSWORD="postgres" DB_PORT="5432" DB_PREFIX="chq_"
DOCKER=true
CACHE_DRIVER="apc"
SESSION_DRIVER="apc" SESSION_DOMAIN="apc"
QUEUE_DRIVER="database"
CACHET_EMOJI="false" CACHET_BEACON="true" CACHET_AUTO_TWITTER="true"
MAIL_DRIVER="smtp" MAIL_HOST="xxxxxxxxxxxxxxxxxxxx.com" MAIL_PORT="25"
NEXMO_SMS_FROM="Cachet"`
Thx