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_PASSWORD: PralogLocal2026!Secure
|
||||||
POSTGRES_DB: global
|
POSTGRES_DB: global
|
||||||
POSTGRES_HOST_AUTH_METHOD: scram-sha-256
|
POSTGRES_HOST_AUTH_METHOD: scram-sha-256
|
||||||
# Use host network directly - no port isolation
|
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
command: >
|
command: >
|
||||||
postgres
|
postgres
|
||||||
-c listen_addresses='*'
|
-c listen_addresses='0.0.0.0'
|
||||||
-c port=15432
|
-c port=15432
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue