Commit 0e9e8ae
committed
docs: pass -T when the env file arrives on stdin
The documented check reads the file from stdin, but `docker compose run`
asks for a TTY unless told not to. Older Compose versions then fail with
"the input device is not a TTY" and the operator never sees the report --
which is the one command this feature exists to offer.
Newer versions detect the redirect and work either way, so the omission
survives a local test and only shows up on the server.1 parent 815e978 commit 0e9e8ae
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments