Skip to content

Commit

Permalink
Merge pull request reactioncommerce#167 from reactioncommerce/note-ab…
Browse files Browse the repository at this point in the history
…out-volumes

fix: add note about volumes for demo + typo
  • Loading branch information
brent-hoover authored Oct 31, 2022
2 parents 45d77b6 + 220e365 commit 79c980c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Then run:
```
npm install
```
Finaly run:
Finally run:
```
reaction develop api
```
Expand Down Expand Up @@ -212,6 +212,8 @@ cd <your-demo-name>
```
Check that the storefront (localhost:4000), graphQL server (localhost:3000) and admin (localhost:4080) are all running (this might take a minute or so).

**NOTE:** All data for a demo is stored on its docker volume named `<my-demo>_mongo-db4demo`. To completely clear the data used by a demo run `docker-compose down --volumes`. Alternatively you can list the volumes using `docker volume ls` and remove it by name using `docker volume rm <my-demo>_mongo-db4demo`.

## Contribution

If you find any issues please reports them [here.](https://github.com/reactioncommerce/cli/issues)
Expand Down

0 comments on commit 79c980c

Please sign in to comment.