diff --git a/README.md b/README.md index af6e2505..e89c008e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ git clone git@github.com:automatisch/automatisch.git cd automatisch/docker/compose # Start -docker compose up +docker compose -p automatisch up ``` You can use `user@automatisch.io` email address and `sample` password to login to Automatisch. You can also change your email and password later on from the settings page. diff --git a/docker/compose/docker-compose.yml b/docker/compose/docker-compose.yml index 4577f5e2..9938eabc 100644 --- a/docker/compose/docker-compose.yml +++ b/docker/compose/docker-compose.yml @@ -1,5 +1,4 @@ version: '3.9' -name: automatisch services: main: build: diff --git a/packages/docs/pages/guide/installation.md b/packages/docs/pages/guide/installation.md index a0b623bc..60a0627c 100644 --- a/packages/docs/pages/guide/installation.md +++ b/packages/docs/pages/guide/installation.md @@ -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!