@@ -32,7 +32,7 @@ To use `docker-zulip`, you need the following:
32
32
engine.
33
33
- We [ recommend at least 2GB of available RAM] [ prod-requirements ] for
34
34
running a production Zulip server; you'll want 4GB if you're
35
- building the container (rather than using the prebuilt images). If
35
+ building the container (rather than using the pre-built images). If
36
36
you're just testing and/or aren't expecting a lot of users/messages,
37
37
you can get away with significantly less especially for the
38
38
` postgres ` , ` memcached ` , etc. containers, because Docker makes it
@@ -97,7 +97,7 @@ sample configuration to run that Zulip server with each of the major
97
97
98
98
## Running a Zulip server with docker-compose
99
99
100
- To use this project, we recommend starting by cloning the repo (since
100
+ To use this project, we recommend starting by cloning the repository (since
101
101
you'll want to edit the ` docker-compose.yml ` file in this project):
102
102
103
103
```
@@ -183,11 +183,11 @@ which you need to encode in the YAML file. For example,
183
183
** Reducing RAM usage** . By default, the Zulip server automatically detect
184
184
whether the system has enough memory to run Zulip queue processors in the
185
185
higher-throughput but more multiprocess mode (or to save 1.5GiB of RAM with
186
- the multithreaded mode). This algorithm might see the host's memory, not the
186
+ the multi-threaded mode). This algorithm might see the host's memory, not the
187
187
docker container's memory. Set to ` QUEUE_WORKERS_MULTIPROCESS ` to ` true ` or
188
188
` false ` to override the automatic calculation.
189
189
190
- ** SSL Certificates** . By default, the image will generate a self-signed cert .
190
+ ** SSL Certificates** . By default, the image will generate a self-signed certificate .
191
191
You can set ` SSL_CERTIFICATE_GENERATION: "certbot" ` within ` docker-compose.yml `
192
192
to enable automatically-renewed Let's Encrypt certificates. By using certbot
193
193
here, you are agreeing to the [ Let's Encrypt
0 commit comments