mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
Add the non-tls port to the expose list
This commit is contained in:
parent
ee3b160a2a
commit
107a5c9441
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ RUN cd /synapse \
|
|||
|
||||
VOLUME ["/data"]
|
||||
|
||||
EXPOSE 8448
|
||||
EXPOSE 8008/tcp 8448/tcp
|
||||
|
||||
ENTRYPOINT ["/start.py"]
|
||||
|
|
Loading…
Reference in a new issue