Skip to content

Commit

Permalink
Fix: Correct filename in README Dokcerfile -> docker-compose.yml (#62)
Browse files Browse the repository at this point in the history
Correct filename in README Dokcerfile -> docker-compose.yml
  • Loading branch information
dome authored Jan 19, 2025
1 parent 89076eb commit a565781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ in particular the `# per deploy` section at the top.

5. Run the testnet:
```bash
docker-compose -f testnet/Dockerfile up
docker-compose -f testnet/docker-compose.yml up
```

0 comments on commit a565781

Please sign in to comment.