From 0ff9af5559689930f0aa4bc53c8a4200a89ae2f9 Mon Sep 17 00:00:00 2001 From: igoychev Date: Mon, 16 Oct 2023 14:11:10 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 53f38eabc..eaf69f7a0 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,7 @@ yarn ## Create Docker containers for the Dev Database(postgres) and the Identity Server(Keycloak) -Use below command for `docker-compose` version `>=2.5` - -```shell -docker-compose --profile local-keycloak up -d -``` - -or with earlier versions of docker-compose: +Run the below command in your terminal: ```shell docker compose up -d pg-db keycloak