mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 11:45:26 +02:00
Update README.md
fix typos; add docker create web.
This commit is contained in:
parent
8845734b91
commit
a67931a241
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue