Mount pgdata to propper path

This commit is contained in:
IamTheFij 2023-07-26 23:24:09 -07:00
parent f333031c25
commit c2632ee7c0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ job "postgres-server" {
volume_mount {
volume = "postgres-data"
destination = "/var/lib/postgresql"
destination = "/var/lib/postgresql/data"
read_only = false
}