Fix Postgres not being reachable from outside container

This commit is contained in:
Alexander Overvoorde
2019-09-22 16:37:39 +02:00
parent b82e37b9b5
commit 80586aff5f
4 changed files with 44 additions and 4 deletions

View File

@@ -21,3 +21,5 @@ random_page_cost = 1.1
track_activity_query_size = 16384
autovacuum_vacuum_scale_factor = 0.05
autovacuum_analyze_scale_factor = 0.02
listen_addresses = '*'