mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-12 11:00:27 +00:00
Add missing : to matrix_media_repo_redis_shards entry
Ref: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4851#issuecomment-3732696383
This commit is contained in:
@@ -3724,7 +3724,7 @@ matrix_media_repo_redis_shards: |
|
|||||||
{{
|
{{
|
||||||
([{
|
([{
|
||||||
'name': 'valkey',
|
'name': 'valkey',
|
||||||
'addr': (valkey_identifier + valkey_container_http_port | string),
|
'addr': (valkey_identifier + ':' + valkey_container_http_port | string),
|
||||||
}])
|
}])
|
||||||
if valkey_enabled and matrix_media_repo_redis_enabled
|
if valkey_enabled and matrix_media_repo_redis_enabled
|
||||||
else []
|
else []
|
||||||
|
|||||||
Reference in New Issue
Block a user