From 2c8b60ab9b323381309c3f183d43d7b581b5cf54 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Wed, 7 Dec 2022 13:09:57 +0100 Subject: [PATCH] chore: Remove project flag from docker compose command --- README.md | 2 +- packages/docs/pages/guide/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 067cc142..e285f91e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ git clone git@github.com:automatisch/automatisch.git cd automatisch # Start -docker compose -p automatisch up +docker compose up ``` You can use `user@automatisch.io` email address and `sample` password to login to Automatisch. Please do not forget to change your email and password from the settings page. diff --git a/packages/docs/pages/guide/installation.md b/packages/docs/pages/guide/installation.md index fb88f0bb..976b96ae 100644 --- a/packages/docs/pages/guide/installation.md +++ b/packages/docs/pages/guide/installation.md @@ -20,7 +20,7 @@ git clone git@github.com:automatisch/automatisch.git cd automatisch # Start -docker compose -p automatisch up +docker compose up ``` ✌️ That's it; you have Automatisch running. Let's check it out by browsing [http://localhost:3000](https://localhost:3000)