use socket-only postgres
This commit is contained in:
parent
cac1ca221e
commit
d44cd78611
3 changed files with 4 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ version: "0.5"
|
|||
|
||||
processes:
|
||||
postgres:
|
||||
command: postgres -D "$PGDATA" -k "$PGDATA" -c listen_addresses=127.0.0.1
|
||||
command: postgres -D "$PGDATA" -k "$PGDATA" -c listen_addresses=
|
||||
shutdown:
|
||||
signal: 2
|
||||
readiness_probe:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue