Skip to content

Commit

Permalink
Bump Postgres version to 13 in example Docker setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 27, 2021
1 parent 30f9f03 commit 0db6f0c
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 @@ -13,7 +13,7 @@ x-app-defaults: &app-defaults
- listmonk

x-db-defaults: &db-defaults
image: postgres:11
image: postgres:13
ports:
- "9432:5432"
networks:
Expand Down

0 comments on commit 0db6f0c

Please sign in to comment.