mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Replace legacy `docker-compose` with `docker compose` GitOrigin-RevId: 1a876a5870be55dceecdff9cd1284235840e908f
4 lines
53 B
Bash
Executable File
4 lines
53 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker compose up --detach "$@"
|