mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
feat(port): modify port
This commit is contained in:
parent
38ab685143
commit
efde64693a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue