mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-06 21:36:54 +08:00
Bump Postgres version to 13 in example Docker setup.
This commit is contained in:
parent
30f9f030cd
commit
0db6f0c866
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ x-app-defaults: &app-defaults
|
||||||
- listmonk
|
- listmonk
|
||||||
|
|
||||||
x-db-defaults: &db-defaults
|
x-db-defaults: &db-defaults
|
||||||
image: postgres:11
|
image: postgres:13
|
||||||
ports:
|
ports:
|
||||||
- "9432:5432"
|
- "9432:5432"
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue