Force port binding to 0.0.0.0 for external access
This commit is contained in:
parent
cea9ca5089
commit
b77b6689f0
|
|
@ -13,7 +13,7 @@ services:
|
|||
# Allow connections from any host
|
||||
POSTGRES_HOST_AUTH_METHOD: scram-sha-256
|
||||
ports:
|
||||
- "15432:5432"
|
||||
- "0.0.0.0:15432:5432"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
command: >
|
||||
|
|
|
|||
Loading…
Reference in New Issue