mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
162e7300d5
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
6 lines
306 B
Bash
Executable File
6 lines
306 B
Bash
Executable File
#!/usr/bin/env bash
|
|
docker run -d --name synapse --tmpfs /data \
|
|
--volume="$(pwd)/integration_test/synapse/data/homeserver.yaml":/data/homeserver.yaml:rw \
|
|
--volume="$(pwd)/integration_test/synapse/data/localhost.log.config":/data/localhost.log.config:rw \
|
|
-p 80:80 matrixdotorg/synapse:latest
|