Fix compose file name (#14153)
This commit is contained in:
parent
9ef6c4716c
commit
55c990e0d9
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue