diff options
author | kaiyou <pierre@jaury.eu> | 2018-02-05 23:13:27 +0100 |
---|---|---|
committer | kaiyou <pierre@jaury.eu> | 2018-02-05 23:13:27 +0100 |
commit | 1ffd9cb93617fe9bb2367d575786c0ff222cd415 (patch) | |
tree | 2eca3113f264d71c0849741d29a1beb70e1cbd0f /contrib/docker/README.md | |
parent | Add the non-tls port to the expose list (diff) | |
download | synapse-1ffd9cb93617fe9bb2367d575786c0ff222cd415.tar.xz |
Support loading application service files from /data/appservices/
Diffstat (limited to 'contrib/docker/README.md')
-rw-r--r-- | contrib/docker/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/docker/README.md b/contrib/docker/README.md index 87354b9bc3..c1724fe269 100644 --- a/contrib/docker/README.md +++ b/contrib/docker/README.md @@ -59,7 +59,12 @@ The image expects a single volume, located at ``/data``, that will hold: * temporary files during uploads; * uploaded media and thumbnails; -* the SQLite database if you do not configure postgres. +* the SQLite database if you do not configure postgres; +* the appservices configuration. + +In order to setup an application service, simply create an ``appservices`` +directory in the data volume and write the application service Yaml +configuration file there. Multiple application services are supported. ## Environment |