This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Commit e931768
authored
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.1 parent e768331 commit e931768
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
0 commit comments