Commit facbdaf
fix(cli): use --file instead of -f for docker compose
The -f shorthand is not recognized by all Docker versions on CI runners.
Use the long-form --file flag for docker compose -f / docker compose down -f
to ensure compatibility across Docker Engine versions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 50b5c8d commit facbdaf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments