detach as default

This commit is contained in:
Benjamin Derksen 2023-03-30 20:34:11 +02:00 committed by GitHub
parent 7a3443cd06
commit ead831bb3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ or change the [port](https://nextjs.org/docs/api-reference/cli#production) to se
To build the umami container and start up a Postgres database, run:
```bash
docker compose up
docker compose up -d
```
Alternatively, to pull just the Umami Docker image with PostgreSQL support: