Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
1196ee32
"git@mau.dev:maunium/synapse.git" did not exist on "c85c5ace525c3cadac8501c2eba4abbc91d9f09d"
Commit
1196ee32
authored
5 years ago
by
Victor Goff
Committed by
Richard van der Hoff
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Typographical corrections in docker/README (#5921)
parent
7ccc2514
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/README.md
+5
-5
5 additions, 5 deletions
docker/README.md
with
5 additions
and
5 deletions
docker/README.md
+
5
−
5
View file @
1196ee32
...
...
@@ -17,7 +17,7 @@ By default, the image expects a single volume, located at ``/data``, that will h
*
the appservices configuration.
You are free to use separate volumes depending on storage endpoints at your
disposal. For instance,
``/data/media``
coud be stored on a large but low
disposal. For instance,
``/data/media``
cou
l
d be stored on a large but low
performance hdd storage while other files could be stored on high performance
endpoints.
...
...
@@ -27,8 +27,8 @@ configuration file there. Multiple application services are supported.
## Generating a configuration file
The first step is to gene
a
rte a valid config file. To do this, you can run the
image with the
`generate`
commandline option.
The first step is to gener
a
te a valid config file. To do this, you can run the
image with the
`generate`
command
line option.
You will need to specify values for the
`SYNAPSE_SERVER_NAME`
and
`SYNAPSE_REPORT_STATS`
environment variable, and mount a docker volume to store
...
...
@@ -59,7 +59,7 @@ The following environment variables are supported in `generate` mode:
*
`SYNAPSE_CONFIG_PATH`
: path to the file to be generated. Defaults to
`<SYNAPSE_CONFIG_DIR>/homeserver.yaml`
.
*
`SYNAPSE_DATA_DIR`
: where the generated config will put persistent data
such as the data
t
ase and media store. Defaults to
`/data`
.
such as the data
b
ase and media store. Defaults to
`/data`
.
*
`UID`
,
`GID`
: the user id and group id to use for creating the data
directories. Defaults to
`991`
,
`991`
.
...
...
@@ -115,7 +115,7 @@ not given).
To migrate from a dynamic configuration file to a static one, run the docker
container once with the environment variables set, and
`migrate_config`
commandline option. For example:
command
line option. For example:
```
docker run -it --rm \
...
...
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