From 521954a3b9f413c432d0a362dd16e8b8b901b33f Mon Sep 17 00:00:00 2001
From: Martin Heide <martin.heide@faro.com>
Date: Wed, 15 Jul 2020 09:43:28 +0000
Subject: [PATCH] Improve formatting

Signed-off-by: Martin Heide <martin.heide@faro.com>
---
 examples/ldap/docker-compose.yaml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/examples/ldap/docker-compose.yaml b/examples/ldap/docker-compose.yaml
index 7cb4e658..73ae5ebd 100644
--- a/examples/ldap/docker-compose.yaml
+++ b/examples/ldap/docker-compose.yaml
@@ -4,13 +4,12 @@ services:
   ldap:
     image: osixia/openldap:1.4.0
     # Copying is required because the entrypoint modifies the *.ldif files.
-    # For verbose output, use:
-    #command: ["--copy-service", "--loglevel", "debug"]
+    # For verbose output, use:  command: ["--copy-service", "--loglevel", "debug"]
     command: ["--copy-service"]
-    volumes:
     # https://github.com/osixia/docker-openldap#seed-ldap-database-with-ldif
-    # Option 1: Add additional seed file by mounting to    /container/service/slapd/assets/config/bootstrap/ldif/custom/
-    # Option 2: Overwrite default seed file by mounting to /container/service/slapd/assets/config/bootstrap/ldif/
+    # Option 1: Add custom seed file -> mount to         /container/service/slapd/assets/config/bootstrap/ldif/custom/
+    # Option 2: Overwrite default seed file -> mount to  /container/service/slapd/assets/config/bootstrap/ldif/
+    volumes:
     - ./config-ldap.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/config-ldap.ldif
     ports:
     - 389:389
-- 
GitLab