From 3fa5c8622bd62237dea389d5d5e75b8d85cbfc63 Mon Sep 17 00:00:00 2001 From: Oleksandr Stepanov Date: Wed, 20 Nov 2024 10:40:16 +0100 Subject: [PATCH] fix: Rename variable postgres_replication_bind_address --- templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker-compose.yaml.j2 b/templates/docker-compose.yaml.j2 index ee89a4f..f1b89a8 100644 --- a/templates/docker-compose.yaml.j2 +++ b/templates/docker-compose.yaml.j2 @@ -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