From c7925f132e78a63a8a30b046bf9df3eb93b8d603 Mon Sep 17 00:00:00 2001 From: Nick Jennings Date: Fri, 23 Jun 2023 17:30:00 +0200 Subject: [PATCH] formatting --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d117b02..cb21662 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,7 @@ 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. For Rails developers, you probably just want to start the LDAP server: `docker-compose up ldap`, -listening on -port 389 on your machine. +listening on port 389 on your machine. You can pick and choose your services adding them by name (listed in `docker-compose.yml`) at the end of the docker compose command. eg. `docker compose up ldap redis`