mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-02 14:09:09 +01:00
1bcb673e3c
Signed-off-by: Konstantinos Sideris <sideris.konstantin@gmail.com>
7 lines
205 B
Bash
7 lines
205 B
Bash
#!/bin/bash
|
|
|
|
bash ./docker/build.sh
|
|
|
|
./bin/federation-api-proxy --bind-address ":8448" \
|
|
--federation-api-url "http://federation_api_server:7772" \
|
|
--media-api-server-url "http://media_api:7774" \
|