diff --git a/databases/postgres.nomad b/databases/postgres.nomad index 9cd123f..ba5b885 100644 --- a/databases/postgres.nomad +++ b/databases/postgres.nomad @@ -51,7 +51,7 @@ job "postgres-server" { volume_mount { volume = "postgres-data" - destination = "/var/lib/postgresql" + destination = "/var/lib/postgresql/data" read_only = false }