Add the non-tls port to the expose list

This commit is contained in:
kaiyou 2018-02-05 23:02:33 +01:00
parent ee3b160a2a
commit 107a5c9441

View file

@ -14,6 +14,6 @@ RUN cd /synapse \
VOLUME ["/data"]
EXPOSE 8448
EXPOSE 8008/tcp 8448/tcp
ENTRYPOINT ["/start.py"]