Merge pull request #16845 from overleaf/csh-docker-compose

Replace legacy `docker-compose` with `docker compose`

GitOrigin-RevId: 1a876a5870be55dceecdff9cd1284235840e908f
This commit is contained in:
Christopher Hoskin
2024-01-31 13:42:45 +00:00
committed by Copybot
parent cb4c5fa889
commit 274956593e
23 changed files with 27 additions and 27 deletions
@@ -2,7 +2,7 @@
// To run in dev:
//
// docker-compose run --rm project-history scripts/clear_deleted.js
// docker compose run --rm project-history scripts/clear_deleted.js
//
// In production:
//