wp1
wp1 copied to clipboard
Use `docker compose` instead of `docker-compose`
Fix documentation, docker-compose command does not exists anymore now that compose is part of docker, one has to use docker compose
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 93.08%. Comparing base (b89f5d7) to head (2534ded).
:warning: Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #771 +/- ##
=======================================
Coverage 93.08% 93.08%
=======================================
Files 73 73
Lines 4225 4225
=======================================
Hits 3933 3933
Misses 292 292
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
This is not completely correct. The restoration machine was installed with the latest version of docker, which uses docker compose. But if you are deploying on the current box, it's docker-compose. I didn't install docker on the existing mwcurator box, so I don't know how to update it.
Then let's park this PR until we've updated it ^^