mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
af32433bfa
Replace legacy `docker-compose` with `docker compose` GitOrigin-RevId: 1a876a5870be55dceecdff9cd1284235840e908f
3 lines
46 B
Bash
Executable file
3 lines
46 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
docker compose down "$@"
|