diff options
author | Christopher May-Townsend <chris@maytownsend.co.uk> | 2020-10-14 15:28:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 15:28:59 +0100 |
commit | 1cf4a68108a77607c8aff1ee8f6216df251c4e7e (patch) | |
tree | 46526d994680a3eaae558a594b53fc1074f7a02a /changelog.d | |
parent | Update documentation on retention policies limits (#8529) (diff) | |
download | synapse-1cf4a68108a77607c8aff1ee8f6216df251c4e7e.tar.xz |
Add note to manhole.md about bind_address when using with docker (#8526)
Signed-off-by: Christopher May-Townsend <chris@maytownsend.co.uk>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8526.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8526.doc b/changelog.d/8526.doc new file mode 100644 index 0000000000..cbf48680c1 --- /dev/null +++ b/changelog.d/8526.doc @@ -0,0 +1 @@ +Added note about docker in manhole.md regarding which ip address to bind to. Contributed by @Maquis196. |