2022-02-22 19:25:24 -07:00
|
|
|
```
|
2022-02-23 20:25:05 -07:00
|
|
|
$ docker pull matrixdotorg/synapse:latest
|
|
|
|
$ docker build -t matrix-public-archive-test-homeserver -f test/dockerfiles/Synapse.Dockerfile test/dockerfiles/
|
2022-02-22 19:25:24 -07:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
docker-compose -f test/docker-compose.yml up -d --no-recreate
|
|
|
|
```
|
2022-02-23 20:25:05 -07:00
|
|
|
|
|
|
|
```
|
|
|
|
$ docker ps --all | grep test_hs
|
|
|
|
$ docker logs test_hs1_1
|
|
|
|
$ docker logs test_hs2_1
|
|
|
|
|
|
|
|
$ docker stop test_hs1_1 test_hs2_1
|
|
|
|
$ docker rm test_hs1_1 test_hs2_1
|
|
|
|
```
|