Fix postgres host volume
This commit is contained in:
parent
8f6bed297c
commit
b5ab68e6f3
@ -26,7 +26,7 @@ job "postgres-server" {
|
||||
volume "postgres-data" {
|
||||
type = "host"
|
||||
read_only = false
|
||||
source = "mysql-data"
|
||||
source = "postgres-data"
|
||||
}
|
||||
|
||||
service {
|
||||
|
Loading…
Reference in New Issue
Block a user