From 7d143fabb81630e6f778ddd2682d72c0913bbff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 6 Dec 2022 10:28:03 +0100 Subject: [PATCH] Add note about resetting LDAP server --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 598ae74..b3424ff 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,15 @@ Running all specs: ### Docker (Compose) -There is a working Dockr Compose config file, which allows you to spin up both +There is a working Docker Compose config file, which allows you to spin up both an app server for Rails as well as a local 389ds (LDAP) server. By default, `docker-compose up` will only start the LDAP server, listening on port 389 on your machine. Uncomment other services in `docker-compose.yml`. +Note that all 389ds data is stored in `tmp/389ds`. So if you want to start over +with a fresh installation, delete both that directory as well as the container. + ### LDAP server See the previous section for quickly spinning up an LDAP server with Docker (or