mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Correct instructions for starting service
This commit is contained in:
parent
ceb8d8ad16
commit
f898f43b4e
1 changed files with 1 additions and 1 deletions
|
@ -107,4 +107,4 @@ You have to restart the server for configuration changes to take effect.
|
||||||
- `apiBaseUrl = "http://www.overleaf.test:5000/api/v0"`
|
- `apiBaseUrl = "http://www.overleaf.test:5000/api/v0"`
|
||||||
- `postbackBaseUrl = "http://git_bridge:8000"`
|
- `postbackBaseUrl = "http://git_bridge:8000"`
|
||||||
- `oauth2Server = "http://www.overleaf.test:5000"`
|
- `oauth2Server = "http://www.overleaf.test:5000"`
|
||||||
- From this repo, do `make run`
|
- From this repo, `docker-compose up`
|
||||||
|
|
Loading…
Reference in a new issue