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} />