summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorぬるきゃっと <nullnyat@nca10.moe>2024-06-28 11:16:12 +0900
committerGitHub <noreply@github.com>2024-06-28 11:16:12 +0900
commita6edd50a5d292e29e6292754a7be95205ac7dbc1 (patch)
tree19c7df16eeb4e28cd05ebda865d05c37d1a4cb14 /CONTRIBUTING.md
parentAdd null checking (#14089) (diff)
downloadsharkey-a6edd50a5d292e29e6292754a7be95205ac7dbc1.tar.gz
sharkey-a6edd50a5d292e29e6292754a7be95205ac7dbc1.tar.bz2
sharkey-a6edd50a5d292e29e6292754a7be95205ac7dbc1.zip
chore(docker-compose): 推奨の名前にする (#14096)
* chore(docker-compose): 推奨の名前にする https://github.com/compose-spec/compose-spec/blob/5c18e329d5a15a15e4b636ed093b256b96615e33/spec.md#compose-file * yaml to yml * fix * fix
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dcb625626d..06c2d2f21d 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/docker-compose.yml up
+docker compose -f packages/backend/test/compose.yaml up
```
Alternatively, prepare an empty (data can be erased) DB and edit `.config/test.yml`.