Skip to content

Commit

Permalink
chore(rpc): rm useless param from docker compose cmd within README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allemanfredi committed Oct 2, 2024
1 parent 3b8903b commit 6868c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ On the root's `docker-compose.yml`, run the following command:

```sh
cd ../.. # To the root level
docker compose up --build mongodb hashi_rpc
docker compose up --build hashi_rpc
```

Make sure to set `PORT=3000` within `.env` file.
Expand Down

0 comments on commit 6868c5f

Please sign in to comment.