diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-27 11:16:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 11:16:37 +0100 |
commit | 02aeb5a98aa6cdd95c7008f19bcc89419fd317dd (patch) | |
tree | 8e7b4ca1d61462f2ea6ee66344dce50b80698513 /changelog.d | |
parent | Merge pull request #5570 from almereyda/patch-2 (diff) | |
parent | changelog (diff) | |
download | synapse-02aeb5a98aa6cdd95c7008f19bcc89419fd317dd.tar.xz |
Merge pull request #5561 from matrix-org/rav/docker/refactor
Refactor the docker/start.py script
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5561.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5561.feature b/changelog.d/5561.feature new file mode 100644 index 0000000000..85380bc517 --- /dev/null +++ b/changelog.d/5561.feature @@ -0,0 +1 @@ +Update Docker image to deprecate the use of environment variables for configuration, and make the use of a static configuration the default. |