Skip to content

Commit

Permalink
Fix compose file name (#14153)
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu authored Jul 9, 2024
1 parent 9ef6c47 commit 55c990e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ cp .github/misskey/test.yml .config/
```
Prepare DB/Redis for testing.
```
docker compose -f packages/backend/test/compose.yaml up
docker compose -f packages/backend/test/compose.yml up
```
Alternatively, prepare an empty (data can be erased) DB and edit `.config/test.yml`.

Expand Down

0 comments on commit 55c990e

Please sign in to comment.