Skip to content

Commit

Permalink
Fix mounting of homeserver.yaml when it does not exist on host (matri…
Browse files Browse the repository at this point in the history
…x-org#6913)

Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
  • Loading branch information
SuperSandro2000 authored and phil-flex committed Mar 27, 2020
1 parent 0b27d12 commit 61a25be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61a25be

Please sign in to comment.