Update to 1.1.0

This commit is contained in:
Matthias
2019-07-04 16:08:45 +02:00
parent d4f55f08af
commit d1369741a0
3 changed files with 6 additions and 2 deletions

View File

@@ -52,3 +52,7 @@
[0.2.4]
* Fixed federation
[0.2.5]
* Update to synapse v1.1.0

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "standalone matrix server",
"version": "0.2.4",
"version": "0.2.5",
"healthCheckPath": "/",
"httpPort": 8000,
"memoryLimit": 536870912,

View File

@@ -6,7 +6,7 @@ RUN mkdir -p /app/code/nginx
WORKDIR /app/code
ENV MATRIXVERSION=v1.0.0
ENV MATRIXVERSION=v1.1.0
EXPOSE 8000
EXPOSE 3478/udp