diff --git a/README.md b/README.md index fb85eb4f..31e85bdc 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,13 @@ You need to go to the `src` directory, for each sub module, there is a `build.sh This project can be deployed to docker with the following command ```sh -docker-compose -f docker-compose.yaml up +docker-compose -f docker-compose.yml up ``` If you want to undeploy, use the following command ```sh -docker-compose -f docker-compose.yaml down +docker-compose -f docker-compose.yml down ``` #### Deploy to Kubernetes cluster