Mount pgdata to propper path
This commit is contained in:
parent
f333031c25
commit
c2632ee7c0
@ -51,7 +51,7 @@ job "postgres-server" {
|
|||||||
|
|
||||||
volume_mount {
|
volume_mount {
|
||||||
volume = "postgres-data"
|
volume = "postgres-data"
|
||||||
destination = "/var/lib/postgresql"
|
destination = "/var/lib/postgresql/data"
|
||||||
read_only = false
|
read_only = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user