You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply run docker-compose up -d would not start matrixriotdocker_synapse_1 successfully. It shows the following error:
The synapse docker image no longer supports generating a config file on-the-fly
based on environment variables. You can migrate to a static config file by
running with 'migrate_config'. See the README for more details.
Config file '/data/homeserver.yaml' does not exist.
...
docker-compose.yml should be slightly adjusted, basing on this post.
Simply run
docker-compose up -d
would not start matrixriotdocker_synapse_1 successfully. It shows the following error:docker-compose.yml should be slightly adjusted, basing on this post.
matrix-org/synapse@3be2abd
The text was updated successfully, but these errors were encountered: