summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-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"]