mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-22 04:53:17 +00:00
Merge pull request #3657 from stigger/patch-1
Fix the BROADCAST_DRIVER setting in .env.docker
This commit is contained in:
commit
391eb1d5e8
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue