diff options
author | Erik Johnston <erik@matrix.org> | 2020-03-02 16:55:55 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-03-02 16:55:55 +0000 |
commit | 65a941d1f8e4a27c56ad015369219a2e7c577a01 (patch) | |
tree | 442d9e11867521f021b3cb05531af9c446d7c4ef /contrib/docker/docker-compose.yml | |
parent | Fix worker handling (diff) | |
parent | Always return a deferred from `get_current_state_deltas`. (#7019) (diff) | |
download | synapse-65a941d1f8e4a27c56ad015369219a2e7c577a01.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fixup_devices_stream
Diffstat (limited to 'contrib/docker/docker-compose.yml')
-rw-r--r-- | contrib/docker/docker-compose.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/docker/docker-compose.yml b/contrib/docker/docker-compose.yml index 453b305053..17354b6610 100644 --- a/contrib/docker/docker-compose.yml +++ b/contrib/docker/docker-compose.yml @@ -15,10 +15,9 @@ services: restart: unless-stopped # See the readme for a full documentation of the environment settings environment: - - SYNAPSE_CONFIG_PATH=/etc/homeserver.yaml + - SYNAPSE_CONFIG_PATH=/data/homeserver.yaml volumes: # You may either store all the files in a local folder - - ./matrix-config/homeserver.yaml:/etc/homeserver.yaml - ./files:/data # .. or you may split this between different storage points # - ./files:/data |