Skip to content

Commit

Permalink
docs: fix docker-compose up command for database
Browse files Browse the repository at this point in the history
Co-authored-by: Marie Gauthier <[email protected]>
  • Loading branch information
wgwz and blushi authored Oct 3, 2023
1 parent 88b3f6f commit 44b9780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ First, you must run the local database:
```
$ pwd
/Users/kyle/regen/indexer
$ docker-compose up --build postgres
$ docker-compose up --build db
```

Then, you must initialize the database:
Expand Down

0 comments on commit 44b9780

Please sign in to comment.