File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ options:
46
46
shorthand : i
47
47
value_type : bool
48
48
default_value : " true"
49
- description : Keep STDIN open even if not attached. DEPRECATED
49
+ description : Keep STDIN open even if not attached.
50
50
deprecated : false
51
51
hidden : true
52
52
experimental : false
@@ -56,7 +56,7 @@ options:
56
56
- option : no-TTY
57
57
shorthand : T
58
58
value_type : bool
59
- default_value : " false "
59
+ default_value : " true "
60
60
description : |
61
61
Disable pseudo-TTY allocation. By default `docker compose exec` allocates a TTY.
62
62
deprecated : false
@@ -79,7 +79,7 @@ options:
79
79
shorthand : t
80
80
value_type : bool
81
81
default_value : " true"
82
- description : Allocate a pseudo-TTY. DEPRECATED
82
+ description : Allocate a pseudo-TTY.
83
83
deprecated : false
84
84
hidden : true
85
85
experimental : false
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ options:
124
124
- option : no-TTY
125
125
shorthand : T
126
126
value_type : bool
127
- default_value : " false "
127
+ default_value : " true "
128
128
description : |
129
129
Disable pseudo-noTty allocation. By default docker compose run allocates a TTY
130
130
deprecated : false
You can’t perform that action at this time.
0 commit comments