chore: Remove project flag from docker compose command

This commit is contained in:
Faruk AYDIN
2022-12-07 13:09:57 +01:00
parent 75196cbf84
commit 2c8b60ab9b
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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)