Skip to content
Snippets Groups Projects
Unverified Commit d96ac97d authored by Sandro's avatar Sandro Committed by GitHub
Browse files

Fix mounting of homeserver.yaml when it does not exist on host (#6913)

parent 12d42590
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,9 @@ services: ...@@ -15,10 +15,9 @@ services:
restart: unless-stopped restart: unless-stopped
# See the readme for a full documentation of the environment settings # See the readme for a full documentation of the environment settings
environment: environment:
- SYNAPSE_CONFIG_PATH=/etc/homeserver.yaml - SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
volumes: volumes:
# You may either store all the files in a local folder # You may either store all the files in a local folder
- ./matrix-config/homeserver.yaml:/etc/homeserver.yaml
- ./files:/data - ./files:/data
# .. or you may split this between different storage points # .. or you may split this between different storage points
# - ./files:/data # - ./files:/data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment