Skip to content

Commit 35ba6f6

Browse files
gloursndeloof
authored andcommitted
generate reference api
Signed-off-by: Guillaume Lours <[email protected]>
1 parent c843d37 commit 35ba6f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/reference/docker_compose_exec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs/reference/docker_compose_run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)