From 49d2ecc4601f32f4f3b6840cd546b91704fe20a3 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 3 May 2023 15:41:11 -0400 Subject: [PATCH] switch install command to run prod docker compose --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f7d85307..20885e728 100644 --- a/README.md +++ b/README.md @@ -78,16 +78,16 @@ To set up and run Infisical locally, make sure you have Git and Docker installed Linux/macOS: ```console -git clone https://github.com/Infisical/infisical && cd "$(basename $_ .git)" && cp .env.example .env && docker-compose -f docker-compose.dev.yml up --build +git clone https://github.com/Infisical/infisical && cd "$(basename $_ .git)" && cp .env.example .env && docker-compose -f docker-compose.yml up ``` Windows Command Prompt: ```console -git clone https://github.com/Infisical/infisical && cd infisical && copy .env.example .env && docker-compose -f docker-compose.dev.yml up --build +git clone https://github.com/Infisical/infisical && cd infisical && copy .env.example .env && docker-compose -f docker-compose.yml up ``` -Login to the web app at `http://localhost:8080` by entering the test user email `test@localhost.local` and password `testInfisical1`. +Login to the web app at `http://localhost:80` by entering the test user email `test@localhost.local` and password `testInfisical1`. ## Open-source vs. paid