Skip to content

Commit

Permalink
Fix catalog path in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuml07 authored Mar 9, 2022
1 parent 487415c commit 6bc29de
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 @@ -33,7 +33,7 @@ To stop the service, just run `docker-compose down`.
### Resetting Catalog Data
To reset the catalog and data, remove the `postgres` and `warehouse` directories.
```bash
docker-compose down && docker-compose kill && rm -rf /postgres && rm -rf /warehouse
docker-compose down && docker-compose kill && rm -rf ./postgres && rm -rf ./warehouse
```

### Refreshing Docker Image
Expand Down

0 comments on commit 6bc29de

Please sign in to comment.