diff --git a/docs/self-hosting/deployment-options/standalone-infisical.mdx b/docs/self-hosting/deployment-options/standalone-infisical.mdx index 8af98cbf27..0386922d3e 100644 --- a/docs/self-hosting/deployment-options/standalone-infisical.mdx +++ b/docs/self-hosting/deployment-options/standalone-infisical.mdx @@ -26,9 +26,6 @@ The following guide provides a detailed step-by-step walkthrough on how you can Before you can start the instance of Infisical, you need to run the database schema migrations. Follow the step by [step guide here](/self-hosting/configuration/schema-migrations) on running schema migrations for Infisical. - ``` - docker pull infisical/infisical: - ``` For a minimal installation of Infisical, you must configure `ENCRYPTION_KEY`, `AUTH_SECRET`, `DB_CONNECTION_URI`, and `REDIS_URL`.