Update umami
This commit is contained in:
@@ -50,13 +50,14 @@ services:
|
||||
user: '1000:1000'
|
||||
|
||||
umami:
|
||||
image: registry.karaolidis.com/nikas36/umami
|
||||
image: ghcr.io/mikecao/umami:postgresql-latest
|
||||
container_name: umami
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
DATABASE_URL: postgresql://umami:umami@umami_db:5432/umami
|
||||
DATABASE_TYPE: postgresql
|
||||
HASH_SALT: ${SALT}
|
||||
TRACKER_SCRIPT_NAME: '/stats.js'
|
||||
depends_on:
|
||||
- umami_db
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user