mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
update version of postgress in compose.yml file
This commit is contained in:
parent
8cd72cccf8
commit
82e767599e
1 changed files with 7 additions and 7 deletions
|
|
@ -14,12 +14,12 @@ services:
|
|||
- mariadb-data:/var/lib/mysql
|
||||
|
||||
# Enable PostgreSQL only if you use it, see development/README.md for more information.
|
||||
# postgresql:
|
||||
# image: postgres:11.8
|
||||
# environment:
|
||||
# POSTGRES_PASSWORD: 123
|
||||
# volumes:
|
||||
# - postgresql-data:/var/lib/postgresql/data
|
||||
postgresql:
|
||||
image: postgres:14
|
||||
environment:
|
||||
POSTGRES_PASSWORD: 123
|
||||
volumes:
|
||||
- postgresql-data:/var/lib/postgresql/data
|
||||
|
||||
# Enable Mailpit if you need to test outgoing mail services
|
||||
# See https://mailpit.axllent.org/
|
||||
|
|
@ -87,5 +87,5 @@ services:
|
|||
# network_mode: "host"
|
||||
volumes:
|
||||
mariadb-data:
|
||||
#postgresql-data:
|
||||
postgresql-data:
|
||||
#mailpit-data:
|
||||
|
|
|
|||
Loading…
Reference in a new issue