feat(port): modify port

This commit is contained in:
Scott.Cheng 2025-04-02 21:37:53 +08:00
parent 38ab685143
commit efde64693a

View file

@ -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