small fix

This commit is contained in:
Sam 2024-07-06 21:17:32 +01:00
parent 947ddaca43
commit 2f99d05406
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ in
"/mnt/postgres:/var/lib/postgresql/data" "/mnt/postgres:/var/lib/postgresql/data"
# Mount config files # Mount config files
# "${pg_hbaConfig}:/var/lib/postgres/data/pgdata/pg_hba.conf" # "${pg_hbaConfig}:/var/lib/postgres/data/pgdata/pg_hba.conf"
"${pgsqlConfig}:/etc/postgresql/postgresql.conf" "${pgsqlConfig}:/etc/postgresql/postgresql.conf"
# Need to mount secret file # Need to mount secret file