chore: Pass project name option to docker compose
This commit is contained in:
@@ -30,7 +30,7 @@ git clone git@github.com:automatisch/automatisch.git
|
|||||||
cd automatisch/docker/compose
|
cd automatisch/docker/compose
|
||||||
|
|
||||||
# Start
|
# 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.
|
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.
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
version: '3.9'
|
version: '3.9'
|
||||||
name: automatisch
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
build:
|
build:
|
||||||
|
@@ -10,7 +10,7 @@ git clone git@github.com:automatisch/automatisch.git
|
|||||||
cd automatisch/docker/compose
|
cd automatisch/docker/compose
|
||||||
|
|
||||||
# Start
|
# Start
|
||||||
docker compose up
|
docker compose -p automatisch up
|
||||||
```
|
```
|
||||||
|
|
||||||
## Let's discover!
|
## Let's discover!
|
||||||
|
Reference in New Issue
Block a user