From 1b9e7bb241b770fd2c2adef8e83d42070d48c9aa Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 6 Oct 2024 21:54:05 +0200 Subject: [PATCH] Actualiser README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5229fab..242830f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ The variables that need to be changed are beetween <>. ## Homepage For the moment I use Homepage (the project is available here: https://github.com/gethomepage) as an applicative dashboard. All the labels "- homepage" are here for that. If you don't want to use it, you can simply remove them. +Therefore, if you want to use it, you'll need to create both networks manually: +``` +docker network create --driver=bridge web +docker network create --driver=bridge ldap +``` ## Networks The networks declared inside the diferent docker-compose.yml files "web" and "ldap" are here to use the traefik and ldap dockers (that you will find on this git). Again: you can simply remove them if you don't want to use this services.