Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

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

fixes: #54 #53
  • Loading branch information
ivarconr authored Nov 25, 2021
1 parent ee052b9 commit 4437ea1
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 @@ -19,7 +19,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 4437ea1

Please sign in to comment.