light grammar changes
This commit is contained in:
parent
450f500d0c
commit
a2da6de40e
|
@ -1,9 +1,9 @@
|
||||||
# Synapse Docker
|
# Synapse Docker
|
||||||
|
|
||||||
The `matrixdotorg/synapse` Docker image will run Synapse as a single process. It does not provide any
|
The `matrixdotorg/synapse` Docker image will run Synapse as a single process. It does not provide a
|
||||||
database server or TURN server that you should run separately.
|
database server or a TURN server, you should run these separately.
|
||||||
|
|
||||||
If you run a Postgres server, you should simply have it in the same Compose
|
If you run a Postgres server, you should simply include it in the same Compose
|
||||||
project or set the proper environment variables and the image will automatically
|
project or set the proper environment variables and the image will automatically
|
||||||
use that server.
|
use that server.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue