diff --git a/CONTRIBUTING b/CONTRIBUTING index b8a8b03f7..f79512def 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -74,6 +74,14 @@ Create it like this:: touch .env +Create docker network +^^^^^^^^^^^^^^^^^^^^ + +Create the federation network:: + + docker network create federation + + Building the containers ^^^^^^^^^^^^^^^^^^^^^^^ @@ -194,13 +202,6 @@ Run a reverse proxy for your instances ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Create docker network -^^^^^^^^^^^^^^^^^^^^ - -Create the federation network:: - - docker network create federation - Launch everything ^^^^^^^^^^^^^^^^^