diff options
author | kaiyou <pierre@jaury.eu> | 2018-02-04 12:55:20 +0100 |
---|---|---|
committer | kaiyou <pierre@jaury.eu> | 2018-02-04 12:55:20 +0100 |
commit | 1ba2fe114c79dd0f2f2fb8868f8cb0a9f5893652 (patch) | |
tree | 94e0fe01ad20b5e6d897794b1c4e48165a5b763f /Dockerfile | |
parent | Install the postgres dependencies (diff) | |
download | synapse-1ba2fe114c79dd0f2f2fb8868f8cb0a9f5893652.tar.xz |
Provide an example docker compose file
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 881c25c243..25f3746303 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,6 @@ RUN cd /synapse \ VOLUME ["/data"] +EXPOSE 8448 + ENTRYPOINT ["/start.py"] |