You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
`-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.
0 commit comments