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