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)