From 01661c1d86a7d5e12ecc43db1b604578e7faedab Mon Sep 17 00:00:00 2001 From: David Thorpe Date: Mon, 1 Apr 2024 19:38:05 +0200 Subject: [PATCH] Updated --- postgresql/nomad/postgresql.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/nomad/postgresql.hcl b/postgresql/nomad/postgresql.hcl index f266fb7..54052e5 100755 --- a/postgresql/nomad/postgresql.hcl +++ b/postgresql/nomad/postgresql.hcl @@ -89,7 +89,7 @@ variable "database" { // LOCALS locals { - data_path = var.data == "" ? "${NOMAD_ALLOC_DIR}/data" : "/var/lib/postgresql" + data_path = var.data == "" ? "${NOMAD_ALLOC_DIR}/data" : "/var/lib/postgresql/data" } ///////////////////////////////////////////////////////////////////////////////