From 0161b52a683dffab30b261bae9a63c17a5a8ca77 Mon Sep 17 00:00:00 2001
From: Max Lou Hartel-Kaduk <mhartel@digitallearning.gmbh>
Date: Mon, 13 Feb 2023 07:25:28 +0000
Subject: [PATCH] Update README.md

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1c436db..75ac67a 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,12 @@ If you are not already logged in, you need to authenticate to the Container Regi
 docker login registry.digitallearning.gmbh
 ```
 
+## Create Docker Network
+Different containers communicate via a Docker network `web`, which must be created before Docker compose files are executed.
+```bash
+docker network create web
+```
+
 ## LRS / MongoDB
 First we need a database or LRS to store the xAPI Statements. In a local setup, you can use the docker container in the mongodb folder. 
 Rename or copy the sample configuration. Please change all passwords in the configuration file. 
@@ -88,4 +94,4 @@ docker compose up -d
 ## Update Docker Images 
 ```bash
 docker compose pull
-```
\ No newline at end of file
+```
-- 
GitLab