Update to v1.2.1

This commit is contained in:
Matthias
2019-07-27 10:12:50 +02:00
parent d1369741a0
commit e383fda928
3 changed files with 5 additions and 2 deletions

View File

@@ -56,3 +56,6 @@
[0.2.5]
* Update to synapse v1.1.0
[0.2.6]
* Update to synapse v1.2.1

View File

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

View File

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