Skip to content

Commit 53b7041

Browse files
authored
fix: correct docker-compose command (#22)
1 parent 79f9558 commit 53b7041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is a sample command line script to print all listings
33
1. Start the database
44

55
```
6-
docker-compose -f docker-compose.dev.yml
6+
docker-compose -f docker-compose.dev.yml up
77
```
88

99
2. Apply all migrations

0 commit comments

Comments
 (0)