summary refs log tree commit diff
path: root/contrib/docker/README.md
diff options
context:
space:
mode:
authorkaiyou <pierre@jaury.eu>2018-02-05 23:13:27 +0100
committerkaiyou <pierre@jaury.eu>2018-02-05 23:13:27 +0100
commit1ffd9cb93617fe9bb2367d575786c0ff222cd415 (patch)
tree2eca3113f264d71c0849741d29a1beb70e1cbd0f /contrib/docker/README.md
parentAdd the non-tls port to the expose list (diff)
downloadsynapse-1ffd9cb93617fe9bb2367d575786c0ff222cd415.tar.xz
Support loading application service files from /data/appservices/
Diffstat (limited to 'contrib/docker/README.md')
-rw-r--r--contrib/docker/README.md7
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