From a67931a241513c5f3962d06e587127b254a0c232 Mon Sep 17 00:00:00 2001 From: sym Date: Thu, 11 Mar 2021 14:31:07 +0100 Subject: [PATCH] Update README.md fix typos; add docker create web. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe950b..84d1aec 100644 --- a/README.md +++ b/README.md @@ -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 ```