mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Fix: Update PostgreSQL 11.8 → 14 for Frappe Site Creation (#1709)
* update version of postgress in compose.yml file * fix(postgres): upgrade to v14 for COMMIT AND CHAIN support --------- Co-authored-by: abhirock74 <abhishek.suvaidyam@gmail.com>
This commit is contained in:
parent
67500fa79a
commit
32f4fd315f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ services:
|
|||
|
||||
# Enable PostgreSQL only if you use it, see development/README.md for more information.
|
||||
# postgresql:
|
||||
# image: postgres:11.8
|
||||
# image: postgres:14
|
||||
# environment:
|
||||
# POSTGRES_PASSWORD: 123
|
||||
# volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue