Skip to content

Commit

Permalink
docs: fix bash/sh in README.md (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan authored Jun 5, 2019
1 parent 9a4e881 commit 296e7e0
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 @@ -57,7 +57,7 @@ Using the instructions above, new blocks have to be generated manually. This is

You only need to run `docker-compose build` to create or update the Docker images, and `docker-compose up -d` to start them. To shut everything down, it is recommended to use `docker-compose down --volumes` to stop the running containers and clear any data. If you wish to keep data between invocations, use `docker-compose down`.

You can also `docker-compose exec mongo bash` and `docker-compose exec ipfs bash` to run the mongo shell or ssh into the IPFS container.
You can also `docker-compose exec mongo bash` and `docker-compose exec ipfs sh` to run the mongo shell or ssh into the IPFS container.

### Dependencies

Expand Down

0 comments on commit 296e7e0

Please sign in to comment.