diff options
author | Fridtjof Mund <2780577+fridtjof@users.noreply.github.com> | 2020-02-25 11:48:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 10:48:13 +0000 |
commit | 4aea0bd292bf9e33d166fcfd632159cfe35050dd (patch) | |
tree | 06e3be4fa656039f8d8fdd4557f39c7c4efc4922 /changelog.d | |
parent | Remove redundant store_room call (#6979) (diff) | |
download | synapse-4aea0bd292bf9e33d166fcfd632159cfe35050dd.tar.xz |
contrib/docker: remove quotes for POSTGRES_INITDB_ARGS (#6984)
I made a mistake in https://github.com/matrix-org/synapse/pull/6921 - the quotes break the postgres container's startup script (or docker-compose), which makes initdb fail: https://github.com/matrix-org/synapse/pull/6921#issuecomment-590657154 Signed-off-by: Fridtjof Mund <fridtjof@das-labor.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6984.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6984.docker b/changelog.d/6984.docker new file mode 100644 index 0000000000..84a55e1267 --- /dev/null +++ b/changelog.d/6984.docker @@ -0,0 +1 @@ +Fix `POSTGRES_INITDB_ARGS` in the `contrib/docker/docker-compose.yml` example docker-compose configuration. |