Skip to content

Commit 6c42a53

Browse files
authored
Merge pull request #85 from Kuangcp/master
fix readme: docker-compose config file name
2 parents b5e938e + db99cf6 commit 6c42a53

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
@@ -46,13 +46,13 @@ You need to go to the `src` directory, for each sub module, there is a `build.sh
4646
This project can be deployed to docker with the following command
4747

4848
```sh
49-
docker-compose -f docker-compose.yaml up
49+
docker-compose -f docker-compose.yml up
5050
```
5151

5252
If you want to undeploy, use the following command
5353

5454
```sh
55-
docker-compose -f docker-compose.yaml down
55+
docker-compose -f docker-compose.yml down
5656
```
5757

5858
#### Deploy to Kubernetes cluster

0 commit comments

Comments
 (0)