Force IPv4 binding with listen_addresses=0.0.0.0
This commit is contained in:
parent
66ceb7df7b
commit
d34edc65db
|
|
@ -11,13 +11,12 @@ services:
|
|||
POSTGRES_PASSWORD: PralogLocal2026!Secure
|
||||
POSTGRES_DB: global
|
||||
POSTGRES_HOST_AUTH_METHOD: scram-sha-256
|
||||
# Use host network directly - no port isolation
|
||||
network_mode: host
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
command: >
|
||||
postgres
|
||||
-c listen_addresses='*'
|
||||
-c listen_addresses='0.0.0.0'
|
||||
-c port=15432
|
||||
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue