Fix postgres host volume

This commit is contained in:
IamTheFij 2023-07-26 15:29:52 -07:00
parent 8f6bed297c
commit b5ab68e6f3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ job "postgres-server" {
volume "postgres-data" {
type = "host"
read_only = false
source = "mysql-data"
source = "postgres-data"
}
service {