Skip to content

Commit e6c9ffd

Browse files
authored
Update README.md (temporalio#318)
There was a typo in the "docker-compose -f docker-compose-cass-es.yml up" command
1 parent 55d5810 commit e6c9ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ enabled on the Temporal Server side. To do this you can run locally with:
4545

4646
git clone https://github.com/temporalio/docker-compose.git
4747
cd docker-compose
48-
docker-compose -f docker-compose-cas-es.yml up
48+
docker-compose -f docker-compose-cass-es.yml up
4949

5050
Alternatively you could install the Temporal Server on Kubernetes / Minicube using the [Temporal Helm charts](https://github.com/temporalio/helm-charts).
5151
Note that in this case you should use the [Temporal CLI (tctl)](https://docs.temporal.io/docs/system-tools/tctl/) tool to create a namespace called "default":

0 commit comments

Comments
 (0)