Skip to content

Commit e090ea0

Browse files
committed
https://github.com/docker-library/postgres/pull/658
1 parent c972c14 commit e090ea0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ services:
1616
image: postgres:9.6
1717
environment:
1818
POSTGRES_DB: minigrid
19+
POSTGRES_HOST_AUTH_METHOD: "trust"
1920
redis:
2021
image: redis:5.0

prod/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
image: postgres:9.6
1111
environment:
1212
POSTGRES_DB: minigrid
13+
POSTGRES_HOST_AUTH_METHOD: "trust"
1314
redis:
1415
image: redis:5.0
1516
command: redis-server --notify-keyspace-events "Ex"

0 commit comments

Comments
 (0)