Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
a2da6de4
Commit
a2da6de4
authored
6 years ago
by
Neil Johnson
Browse files
Options
Downloads
Patches
Plain Diff
light grammar changes
parent
450f500d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/docker/README.md
+4
-4
4 additions, 4 deletions
contrib/docker/README.md
with
4 additions
and
4 deletions
contrib/docker/README.md
+
4
−
4
View file @
a2da6de4
# Synapse Docker
The
`matrixdotorg/synapse`
Docker image will run Synapse as a single process. It does not provide a
ny
database server or TURN server
that
you should run separately.
The
`matrixdotorg/synapse`
Docker image will run Synapse as a single process. It does not provide a
database server or
a
TURN server
,
you should run
these
separately.
If you run a Postgres server, you should simply
hav
e it in the same Compose
If you run a Postgres server, you should simply
includ
e it in the same Compose
project or set the proper environment variables and the image will automatically
use that server.
...
...
@@ -37,7 +37,7 @@ then run the server:
docker-compose up -d
```
If secrets are not specified in the environment variables, they will be generated
If secrets are not specified in the environment variables, they will be generated
as part of the startup. Please ensure these secrets are kept between launches of the
Docker container, as their loss may require users to log in again.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment