Update to v0.33.8 & latest baseimage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user