From efde64693ade029e208543448cddf71de19e76b9 Mon Sep 17 00:00:00 2001 From: "Scott.Cheng" Date: Wed, 2 Apr 2025 21:37:53 +0800 Subject: [PATCH] feat(port): modify port --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7b51db66c..6a0e345ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: umami: image: ghcr.io/umami-software/umami:postgresql-latest ports: - - "3000:3000" + - "6000:6000" environment: DATABASE_URL: postgresql://umami:umami@db:5432/umami DATABASE_TYPE: postgresql @@ -14,7 +14,7 @@ services: init: true restart: always healthcheck: - test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"] + test: ["CMD-SHELL", "curl http://localhost:6000/api/heartbeat"] interval: 5s timeout: 5s retries: 5