mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
update test for latest synapse docker image
This commit is contained in:
@@ -4,7 +4,7 @@ FROM matrixdotorg/synapse
|
||||
|
||||
# The config dir defaults to /data which is a volume made to keep data.
|
||||
# Here, we want to trash those (and avoid the permission issues) by using something else
|
||||
ENV SYNAPSE_CONFIG_DIR=/srv SYNAPSE_SERVER_NAME=tests SYNAPSE_REPORT_STATS=no
|
||||
ENV SYNAPSE_CONFIG_DIR=/srv SYNAPSE_DATA_DIR=/srv SYNAPSE_SERVER_NAME=tests SYNAPSE_REPORT_STATS=no
|
||||
|
||||
# Generate configuration and keys for synapse
|
||||
WORKDIR $SYNAPSE_CONFIG_DIR
|
||||
|
||||
Reference in New Issue
Block a user