diff options
| author | woxtu <woxtup@gmail.com> | 2024-07-09 12:42:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-09 12:42:02 +0900 |
| commit | 55c990e0d9ed0b5b9df53019c46c8be88a6d9bf5 (patch) | |
| tree | 7ad350fd0f5c71bf2f58cd7cb9f631aa23fd9717 /CONTRIBUTING.md | |
| parent | fix(backend): 名前を空白文字列だけにできる問題を修正 (#14119) (diff) | |
| download | sharkey-55c990e0d9ed0b5b9df53019c46c8be88a6d9bf5.tar.gz sharkey-55c990e0d9ed0b5b9df53019c46c8be88a6d9bf5.tar.bz2 sharkey-55c990e0d9ed0b5b9df53019c46c8be88a6d9bf5.zip | |
Fix compose file name (#14153)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06c2d2f21d..b718f3703f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`. |