forked from mirror/pixelfed
Merge pull request #3657 from stigger/patch-1
Fix the BROADCAST_DRIVER setting in .env.docker
This commit is contained in:
commit
391eb1d5e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue