mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-05 04:45:28 +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
|
||||
|
||||
x-db-defaults: &db-defaults
|
||||
image: postgres:11
|
||||
image: postgres:13
|
||||
ports:
|
||||
- "9432:5432"
|
||||
networks:
|
||||
|
|
Loading…
Add table
Reference in a new issue