From 8c29f2ca2544c14ab1e938028a1fdd169874e10c Mon Sep 17 00:00:00 2001 From: ABHISHEK <1si23ci002@sit.ac.in> Date: Wed, 1 Oct 2025 16:14:17 +0530 Subject: [PATCH] int issue in dashboard --- docker-compose.yml | 4 ++-- src/app/(main)/dashboard/DashboardPage.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7b51db66c..2955be7ef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,11 +3,11 @@ services: umami: image: ghcr.io/umami-software/umami:postgresql-latest ports: - - "3000:3000" + - "3001:3000" environment: DATABASE_URL: postgresql://umami:umami@db:5432/umami DATABASE_TYPE: postgresql - APP_SECRET: replace-me-with-a-random-string + APP_SECRET: umami-local-development-secret-key-2025 depends_on: db: condition: service_healthy diff --git a/src/app/(main)/dashboard/DashboardPage.tsx b/src/app/(main)/dashboard/DashboardPage.tsx index 83b27e095..6dbd7826b 100644 --- a/src/app/(main)/dashboard/DashboardPage.tsx +++ b/src/app/(main)/dashboard/DashboardPage.tsx @@ -55,7 +55,7 @@ export function DashboardPage() { limit={pageSize} />