Skip to content

Commit

Permalink
set host auth method to trust so that postgres can start
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Yuan <[email protected]>
  • Loading branch information
Sticksman committed Oct 20, 2024
1 parent 6ecb3e5 commit 5067738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version: '2'
version: "2"

services:
postgres:
image: postgres:9.4
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
ports:
- "5432"

Expand Down

0 comments on commit 5067738

Please sign in to comment.