From acfa89ba8bbd6edacca244e56d44a8aa13640098 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 22 Feb 2024 05:01:50 -0500 Subject: [PATCH] fix typo --- docs/self-hosting/deployment-options/standalone-infisical.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/self-hosting/deployment-options/standalone-infisical.mdx b/docs/self-hosting/deployment-options/standalone-infisical.mdx index 8af98cbf2..0386922d3 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`.