Unverified Commit a67931a2 authored by sym's avatar sym Committed by GitHub
Browse files

Update README.md

fix typos; add docker create web.
parent 8845734b
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -126,9 +126,15 @@ make
```
to generate the ldap-overleaf-sl docker image.

use the command
```
docker network create web
```
to create a network for the docker instances.

Then start docker containers (with loadbalancer):
``` 
export NUMINSTANCES=1
docker-compose up -d --scale sharelaatex=NUMINSTANCES
docker-compose up -d --scale sharelatex=$NUMINSTANCES
```