From 0a1ca260d6f451f50dbef0d31257cb65206c9e38 Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Sun, 18 Jan 2026 15:24:03 +0000 Subject: [PATCH] Modified step for self hosting --- src/views/PricingView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/PricingView.vue b/src/views/PricingView.vue index cc68f90..87f582e 100644 --- a/src/views/PricingView.vue +++ b/src/views/PricingView.vue @@ -34,8 +34,8 @@ const router = useRouter() const selfHostSteps = [ 'Clone the repository locally', - 'Copy and edit `.env.template` (or create `.env`) with your database credentials and POSTGRES_DB', - 'Run `docker compose -f compose/dev/docker-compose.yml up --build`', + 'Copy and edit `.env.template` (or create `.env`) with your settings', + 'Run `docker compose -f compose/dev/docker-compose.yml up --build` for development or the prod/docker-compose.yml for production', 'Open the frontend at http://localhost:5173 and the API at http://localhost:8000', ]