From ead831bb3cec7dbf80b6fd263bec2d1041696fa0 Mon Sep 17 00:00:00 2001 From: Benjamin Derksen <45900418+BennyDeeDev@users.noreply.github.com> Date: Thu, 30 Mar 2023 20:34:11 +0200 Subject: [PATCH] detach as default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f457631..1ac76c66 100644 --- a/README.md +++ b/README.md @@ -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: