This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use correct name for --detach param (#1140)
`-d` is valid and so is `--detach`. But the `--d` that was used here (with two hyphens) only worked on some machines. I believe that was autocorrected to `--detach` on those machines because it was a unique prefix, as I was also able to use `--det`. This might be a matter of versions, or of `docker-compose` vs. `docker compose` shims, or just difference by OS. But in any case we should use a documented version of the flag.
- Loading branch information