File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulip.com)
6
6
([ GitHub] ( https://github.com/zulip/zulip ) ) in
7
7
[ production] [ prod-overview ] . Image available from:
8
8
9
- * [ ** Docker Hub** ] ( https://hub.docker.com/r/zulip/docker-zulip ) (` docker pull zulip/docker-zulip:4.8-0 ` )
9
+ * [ ** Docker Hub** ] ( https://hub.docker.com/r/zulip/docker-zulip ) (` docker pull zulip/docker-zulip:4.8-1 ` )
10
10
11
11
Current Zulip version: ` 4.8 `
12
- Current Docker image version: ` 4.8-0 `
12
+ Current Docker image version: ` 4.8-1 `
13
13
14
14
Project status: ** Alpha** . While this project works and is
15
15
used by many sites in production, configuring is substantially more
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ services:
47
47
volumes :
48
48
- " /opt/docker/zulip/redis:/data:rw"
49
49
zulip :
50
- image : " zulip/docker-zulip:4.8-0 "
50
+ image : " zulip/docker-zulip:4.8-1 "
51
51
build :
52
52
context : .
53
53
args :
Original file line number Diff line number Diff line change 62
62
- name : postgresql-persistent-storage
63
63
mountPath : /var/lib/postgresql
64
64
- name : zulip
65
- image : zulip/docker-zulip:4.8-0
65
+ image : zulip/docker-zulip:4.8-1
66
66
resources :
67
67
limits :
68
68
cpu : 100m
You can’t perform that action at this time.
0 commit comments