From b5ab68e6f39d52ce82ae0ecd4943d2380a821f68 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 26 Jul 2023 15:29:52 -0700 Subject: [PATCH] Fix postgres host volume --- databases/postgres.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/postgres.nomad b/databases/postgres.nomad index dab3358..9cd123f 100644 --- a/databases/postgres.nomad +++ b/databases/postgres.nomad @@ -26,7 +26,7 @@ job "postgres-server" { volume "postgres-data" { type = "host" read_only = false - source = "mysql-data" + source = "postgres-data" } service {