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:
4646 shorthand : i
4747 value_type : bool
4848 default_value : " true"
49- description : Keep STDIN open even if not attached. DEPRECATED
49+ description : Keep STDIN open even if not attached.
5050 deprecated : false
5151 hidden : true
5252 experimental : false
@@ -56,7 +56,7 @@ options:
5656- option : no-TTY
5757 shorthand : T
5858 value_type : bool
59- default_value : " false "
59+ default_value : " true "
6060 description : |
6161 Disable pseudo-TTY allocation. By default `docker compose exec` allocates a TTY.
6262 deprecated : false
@@ -79,7 +79,7 @@ options:
7979 shorthand : t
8080 value_type : bool
8181 default_value : " true"
82- description : Allocate a pseudo-TTY. DEPRECATED
82+ description : Allocate a pseudo-TTY.
8383 deprecated : false
8484 hidden : true
8585 experimental : false
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ options:
124124- option : no-TTY
125125 shorthand : T
126126 value_type : bool
127- default_value : " false "
127+ default_value : " true "
128128 description : |
129129 Disable pseudo-noTty allocation. By default docker compose run allocates a TTY
130130 deprecated : false
You can’t perform that action at this time.
0 commit comments