Fix formatting for Docker compose instructions
Some checks failed
Node.js CI / build (postgresql, 18.18, 10) (push) Has been cancelled

This commit is contained in:
Mike Cao 2025-12-04 00:37:13 -08:00 committed by GitHub
parent 2b771ff2b4
commit 81e27fc18c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ Docker image:
docker pull docker.umami.is/umami-software/umami:latest docker pull docker.umami.is/umami-software/umami:latest
``` ```
Docker compose to run Umami with a Postgres database, run: Docker compose (Runs Umami with a PostgreSQL database):
```bash ```bash
docker compose up -d docker compose up -d