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
|
||||||
IMAGE_DRIVER=imagick
|
IMAGE_DRIVER=imagick
|
||||||
|
|
||||||
## Broadcasting
|
## Broadcasting: log driver for local development
|
||||||
BROADCAST_DRIVER=log # log driver for local development
|
BROADCAST_DRIVER=log
|
||||||
|
|
||||||
## Cache
|
## Cache
|
||||||
CACHE_DRIVER=redis
|
CACHE_DRIVER=redis
|
||||||
|
|
Loading…
Reference in New Issue