Skip to content

Commit

Permalink
op-guide: fix generated-docker-compose description
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 committed Jul 30, 2018
1 parent 9e0bc20 commit 14ac914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-guide/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To customize the cluster, you can edit the `docker-compose.yml` file directly. I
5. Create and start the cluster using the generated `docker-compose.yml` file.

```bash
docker-compose -f generated-docker-compose.yaml pull # Get the latest Docker images
docker-compose -f generated-docker-compose.yml pull # Get the latest Docker images
docker-compose -f generated-docker-compose.yml up -d
```

Expand Down

0 comments on commit 14ac914

Please sign in to comment.