From 0cbec910c5be6fdfb34ccd7e201849eea0c0cee7 Mon Sep 17 00:00:00 2001 From: manan164 <1897158+manan164@users.noreply.github.com> Date: Tue, 29 Aug 2023 17:51:46 +0530 Subject: [PATCH] update doc --- docker/server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/server/README.md b/docker/server/README.md index 2e4694c4ad..b35ef33633 100644 --- a/docker/server/README.md +++ b/docker/server/README.md @@ -10,5 +10,5 @@ Run the following commands from the project root. ## Running the conductor server Conductor server requires redis, postgres and elastic search. -In order to build using Redis and Elastic Search `docker-compose -f docker-compose.yaml build` and to run the docker image `docker-compose -f docker-compose.yaml up` +In order to build and run using Redis and Elastic Search `docker-compose -f docker-compose.yaml up` Postgres and Elastic Search check [community](community-link)