From 0f58572b21f50b2e8e7186ecab1e07982568a37e Mon Sep 17 00:00:00 2001 From: Denis Gukov Date: Sat, 1 Jun 2024 11:30:33 +0200 Subject: [PATCH] Update README.md --- examples/authentik_ldap/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/examples/authentik_ldap/README.md b/examples/authentik_ldap/README.md index 9d6fe91a..330b55e4 100644 --- a/examples/authentik_ldap/README.md +++ b/examples/authentik_ldap/README.md @@ -12,13 +12,16 @@ 3. Set up LDAP in Athentik according to the video tutorial [Authentik - LDAP Generic Setup](https://youtu.be/RtPKMMKRT_E). 4. Set up Athentik LDAP container: 1. Copy `AUTHENTIK_TOKEN`. - 2. Stop stack by command: + + + + 3. Stop stack by command: ``` docker-compose down ``` - 3. Update `AUTHENTIK_TOKEN` for LDAP service. - 4. Start stack again: + 4. Update `AUTHENTIK_TOKEN` for LDAP service. + 5. Start stack again: ``` docker-compose up -d ```