summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-24 13:29:54 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-24 13:29:54 +0000
commitbb32140598095bc6e1d114c21ae6c3a7042f10bd (patch)
treef21abf80f53cdd2286f46a4527eb005b55d8dfee
parent Add some type annotations to the federation base & client classes (#6995) (diff)
parentFix mounting of homeserver.yaml when it does not exist on host (#6913) (diff)
downloadsynapse-bb32140598095bc6e1d114c21ae6c3a7042f10bd.tar.xz
Fix mounting of homeserver.yaml when it does not exist on host (#6913)
* commit 'd96ac97d2':
  Fix mounting of homeserver.yaml when it does not exist on host (#6913)
-rw-r--r--contrib/docker/docker-compose.yml3
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