mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-10 06:53:00 +00:00
8 lines
205 B
Bash
8 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" \
|