mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
fix: Rename variable postgres_replication_bind_address
This commit is contained in:
@ -47,7 +47,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
POSTGRES_HOST_AUTH_METHOD: "host replication replicator {{ postgres_replica_address }}/32 md5"
|
POSTGRES_HOST_AUTH_METHOD: "host replication replicator {{ postgres_replica_address }}/32 md5"
|
||||||
ports:
|
ports:
|
||||||
- "{{ postgres_replication_interface }}:5432:5432"
|
- "{{ postgres_replication_bind_address }}:5432:5432"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
command:
|
command:
|
||||||
- postgres
|
- postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user