Skip to content

Commit db99cf6

Browse files
committed
fix readme: docker-compose config file name
1 parent d6f0a44 commit db99cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ You need to go to the `src` directory, for each sub module, there is a `build.sh
5050
This project can be deployed to docker with the following command
5151

5252
```sh
53-
docker-compose -f docker-compose.yaml up
53+
docker-compose -f docker-compose.yml up
5454
```
5555

5656
If you want to undeploy, use the following command
5757

5858
```sh
59-
docker-compose -f docker-compose.yaml down
59+
docker-compose -f docker-compose.yml down
6060
```
6161

6262
#### Deploy to Kubernetes cluster

0 commit comments

Comments
 (0)