Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix mounting of homeserver.yaml when it does not exist on host (#6913)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
  • Loading branch information
SuperSandro2000 authored Feb 29, 2020
1 parent 12d4259 commit d96ac97
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 d96ac97

Please sign in to comment.