We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd348fb commit e894ab9Copy full SHA for e894ab9
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "2"
2
services:
3
database:
4
- image: "zulip/zulip-postgresql:10"
+ image: "zulip/zulip-postgresql:14"
5
restart: unless-stopped
6
environment:
7
POSTGRES_DB: "zulip"
@@ -11,7 +11,7 @@ services:
11
# the first time on a host. Instructions are available in README.md.
12
POSTGRES_PASSWORD: "REPLACE_WITH_SECURE_POSTGRES_PASSWORD"
13
volumes:
14
- - "postgresql-10:/var/lib/postgresql/data:rw"
+ - "postgresql-14:/var/lib/postgresql/data:rw"
15
memcached:
16
image: "memcached:alpine"
17
@@ -97,6 +97,6 @@ services:
97
hard: 1048576
98
99
zulip:
100
- postgresql-10:
+ postgresql-14:
101
rabbitmq:
102
redis:
0 commit comments