From f898f43b4e8439cffe9da46c0203373d37f47860 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 25 Oct 2018 11:30:17 +0100 Subject: [PATCH] Correct instructions for starting service --- services/git-bridge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/git-bridge/README.md b/services/git-bridge/README.md index ce882052b6..f51f308116 100644 --- a/services/git-bridge/README.md +++ b/services/git-bridge/README.md @@ -107,4 +107,4 @@ You have to restart the server for configuration changes to take effect. - `apiBaseUrl = "http://www.overleaf.test:5000/api/v0"` - `postbackBaseUrl = "http://git_bridge:8000"` - `oauth2Server = "http://www.overleaf.test:5000"` -- From this repo, do `make run` +- From this repo, `docker-compose up`