summary refs log tree commit diff
path: root/docker/start.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-27Docker image: open the non-TLS port by default. (#5568)Richard van der Hoff1-0/+1
There's not much point in binding to localhost when it's in a docker container.
2019-06-27Deprecate the env var way of running the docker image (#5566)Richard van der Hoff4-154/+99
This is mostly a documentation change, but also adds a default value for SYNAPSE_CONFIG_PATH, so that running from the generated config is the default, and will Just Work provided your config is in the right place.
2019