Commit 406f4be
committed
fix(docker): bind debug postgres to all interfaces
The debug image builds postgres from source, which uses the upstream
postgresql.conf.sample where listen_addresses defaults to localhost.
The Debian-packaged postgres in the release image patches the sample
to '*', so this only bites the debug compose target — host psql can't
reach the container after a fresh volume init.
Pass `-c listen_addresses=*` via the compose command override so the
fix is applied on every fresh initdb without rebuilding the image.1 parent ff022d5 commit 406f4be
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments