Bump Postgres version to 13 in example Docker setup.

This commit is contained in:
Kailash Nadh 2021-09-27 20:38:24 +05:30
parent 30f9f030cd
commit 0db6f0c866

View file

@ -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: