switch install command to run prod docker compose

This commit is contained in:
Maidul Islam
2023-05-03 15:41:11 -04:00
committed by GitHub
parent ca31a70032
commit 49d2ecc460

View File

@@ -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