0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-18 17:08:54 +02:00
dendrite/docker/services/federation-api-proxy.sh

8 lines
205 B
Bash
Raw Normal View History

#!/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" \