mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 13:12:54 +02:00
update
This commit is contained in:
parent
b098331789
commit
e4d0a72877
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ services:
|
||||||
umami:
|
umami:
|
||||||
image: ghcr.io/umami-software/umami:postgresql-v2.18.1
|
image: ghcr.io/umami-software/umami:postgresql-v2.18.1
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- 80:3000
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgresql://umami:${POSTGRES_PASSWORD:-umami}@postgres:5432/umami
|
DATABASE_URL: postgresql://umami:${POSTGRES_PASSWORD:-umami}@postgres:5432/umami
|
||||||
DATABASE_TYPE: postgresql
|
DATABASE_TYPE: postgresql
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue