Skip to content

Commit

Permalink
chore: update docker-compose example (Unleash#55)
Browse files Browse the repository at this point in the history
Should use postgres:13.

fixes: Unleash#54 Unleash#53
  • Loading branch information
ivarconr authored and thedotedge committed Jun 24, 2022
1 parent c445f2a commit 86c984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
db:
expose:
- "5432"
image: postgres:10-alpine
image: postgres:13
environment:
POSTGRES_DB: "db"
POSTGRES_HOST_AUTH_METHOD: "trust"
Expand Down

0 comments on commit 86c984d

Please sign in to comment.