diff options
author | kaiyou <pierre@jaury.eu> | 2018-02-05 23:02:33 +0100 |
---|---|---|
committer | kaiyou <pierre@jaury.eu> | 2018-02-05 23:02:33 +0100 |
commit | 107a5c94418de55d52a0232115d5c3c7efc6d285 (patch) | |
tree | e3a6c65805b559c5e4f096e2098022f14cde4167 | |
parent | Only generate configuration files when necessary (diff) | |
download | synapse-107a5c94418de55d52a0232115d5c3c7efc6d285.tar.xz |
Add the non-tls port to the expose list
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 2ae503ce79..bec884ce9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ RUN cd /synapse \ VOLUME ["/data"] -EXPOSE 8448 +EXPOSE 8008/tcp 8448/tcp ENTRYPOINT ["/start.py"] |