Update to v0.33.8 & latest baseimage

This commit is contained in:
Matthias
2018-11-10 15:37:11 +01:00
parent 351de25f3e
commit 25e53b754e
2 changed files with 5 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ if [[ ! -d /app/data/synapse ]]; then
cp /usr/share/coturn/examples/etc/turnserver.conf /app/data/turnserver.conf
# copy email templates for matrix
cp -r /app/code/synapse/res/templates /app/data/templates
cp -r /app/code/synapse/synapse/res/templates /app/data/templates
# set default TURN listening port
if [ -z ${TURN_TLS_PORT+x} ]; then TURN_TLS_PORT="5349"; else echo "TURN_TLS_PORT is set to '$TURN_TLS_PORT'"; fi