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