Merge pull request #33 from matter-labs/fix-type-postgres_replication_interface

fix: Rename variable postgres_replication_bind_address
This commit is contained in:
Aleksandr Stepanov
2024-11-20 10:41:23 +01:00
committed by GitHub

View File

@ -47,7 +47,7 @@ services:
environment:
POSTGRES_HOST_AUTH_METHOD: "host replication replicator {{ postgres_replica_address }}/32 md5"
ports:
- "{{ postgres_replication_interface }}:5432:5432"
- "{{ postgres_replication_bind_address }}:5432:5432"
{% endif %}
command:
- postgres