Fix the BROADCAST_DRIVER setting in .env.docker

fixes #3597
This commit is contained in:
Vyacheslav Karpukhin 2022-09-18 06:23:26 +02:00 committed by GitHub
parent d744200545
commit 79fd482e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@ LOG_CHANNEL=stderr
## Image
IMAGE_DRIVER=imagick
## Broadcasting
BROADCAST_DRIVER=log # log driver for local development
## Broadcasting: log driver for local development
BROADCAST_DRIVER=log
## Cache
CACHE_DRIVER=redis