chore: Pass project name option to docker compose

This commit is contained in:
Faruk AYDIN
2022-11-13 20:54:31 +01:00
parent 51d6362863
commit b6d2624c4a
3 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ git clone git@github.com:automatisch/automatisch.git
cd automatisch/docker/compose
# Start
docker compose up
docker compose -p automatisch up
```
## Let's discover!