Skip to content

Commit e894ab9

Browse files
cognusionalexmv
authored andcommitted
postgresql: Update the default PostgreSQL version to 14.
1 parent cd348fb commit e894ab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2"
22
services:
33
database:
4-
image: "zulip/zulip-postgresql:10"
4+
image: "zulip/zulip-postgresql:14"
55
restart: unless-stopped
66
environment:
77
POSTGRES_DB: "zulip"
@@ -11,7 +11,7 @@ services:
1111
# the first time on a host. Instructions are available in README.md.
1212
POSTGRES_PASSWORD: "REPLACE_WITH_SECURE_POSTGRES_PASSWORD"
1313
volumes:
14-
- "postgresql-10:/var/lib/postgresql/data:rw"
14+
- "postgresql-14:/var/lib/postgresql/data:rw"
1515
memcached:
1616
image: "memcached:alpine"
1717
restart: unless-stopped
@@ -97,6 +97,6 @@ services:
9797
hard: 1048576
9898
volumes:
9999
zulip:
100-
postgresql-10:
100+
postgresql-14:
101101
rabbitmq:
102102
redis:

0 commit comments

Comments
 (0)