mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-05 23:48:58 +01:00
24d8df664c
* Fix #897 and shuffle directory around * Update find-lint * goimports Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
9 lines
311 B
Bash
9 lines
311 B
Bash
#!/bin/bash
|
|
|
|
bash ./docker/build.sh
|
|
|
|
./bin/client-api-proxy --bind-address ":8008" \
|
|
--client-api-server-url "http://client_api:7771" \
|
|
--sync-api-server-url "http://sync_api:7773" \
|
|
--media-api-server-url "http://media_api:7774" \
|
|
--public-rooms-api-server-url "http://public_rooms_api:7775" \
|