Fix postgres host volume

This commit is contained in:
IamTheFij 2023-07-26 15:29:52 -07:00
parent 8f6bed297c
commit b5ab68e6f3

View File

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