mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-01 18:37:42 -05:00
fixed up the docker
This commit is contained in:
@@ -307,7 +307,7 @@ CHANNEL_LAYERS = {
|
||||
"default": {
|
||||
"BACKEND": "channels_redis.core.RedisChannelLayer",
|
||||
"CONFIG": {
|
||||
"hosts": [("127.0.0.1", 6379)],
|
||||
"hosts": [("broker", 6379)],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user