summary refs log tree commit diff
diff options
context:
space:
mode:
authorkaiyou <pierre@jaury.eu>2018-02-05 23:02:33 +0100
committerkaiyou <pierre@jaury.eu>2018-02-05 23:02:33 +0100
commit107a5c94418de55d52a0232115d5c3c7efc6d285 (patch)
treee3a6c65805b559c5e4f096e2098022f14cde4167
parentOnly generate configuration files when necessary (diff)
downloadsynapse-107a5c94418de55d52a0232115d5c3c7efc6d285.tar.xz
Add the non-tls port to the expose list
-rw-r--r--Dockerfile2
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"]