chore: Remove project flag from docker compose command
This commit is contained in:
@@ -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.
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user