From 0c919b13c8c1b1905b7231d79238aec568c9b2a6 Mon Sep 17 00:00:00 2001 From: Ilko Kacharov Date: Tue, 14 Feb 2023 15:42:34 +0200 Subject: [PATCH] Remove build from docker compose commands in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 435ade6a3..f1353aff7 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ yarn Use below command for `docker-compose` version `>=2.5` ```shell -docker-compose --profile local-keycloak up -d --build +docker-compose --profile local-keycloak up -d ``` or with earlier versions of docker-compose: ```shell -docker compose up --build -d pg-db keycloak +docker compose up -d pg-db keycloak ``` This will start the following services in your local docker: