Skip to content

Commit

Permalink
fix(readme): correct yaml file name
Browse files Browse the repository at this point in the history
  • Loading branch information
falko authored Apr 25, 2022
1 parent d428e26 commit 5131009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docker-compose down -v
If Optimize, Identity, and Keycloak are not needed you can use the [docker-compose-core.yaml](docker-compose-core.yaml) instead which does not include these components:

```
docker-compose -f docker-compose-core.yml up -d
docker-compose -f docker-compose-core.yaml up -d
```

Zeebe, Operate, Tasklist, along with Optimize require a separate network from Identity as you'll see in the docker-compose file. Feedback and updates are welcome!
Expand Down

0 comments on commit 5131009

Please sign in to comment.