This commit is contained in:
Maidul Islam
2024-02-22 01:27:02 -05:00
parent d9888f9dd1
commit 45772f0108

View File

@@ -31,7 +31,7 @@ The following guide provides a detailed step-by-step walkthrough on how you can
```
</Step>
<Step title="Start Infisical">
For a minimal installation of Infisical, you need to configure `ENCRYPTION_KEY`, `AUTH_SECRET`, and `REDIS_URL`.
For a minimal installation of Infisical, you need to configure `ENCRYPTION_KEY`, `AUTH_SECRET`, `DB_CONNECTION_URI`, and `REDIS_URL`.
View all available environment variables [here](/self-hosting/configuration/envars).
Once you have added the required environment variables to your docker run command, execute it in your terminal to get Infisical up and running.