You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -90,15 +90,17 @@ Some extra options can be passed to the `docker compose down` command using the
90
90
#
91
91
compose-version: ""
92
92
93
+
# Description: The log level used for Docker Compose service logs. Can be one of
94
+
# "debug", "info".
95
+
#
96
+
# Default: debug
97
+
services-log-level: ""
98
+
93
99
# Description: The GitHub token used to create an authenticated client (to fetch
94
100
# the latest version of docker compose).
95
101
#
96
102
# Default: ${{ github.token }}
97
103
github-token: ""
98
-
99
-
# Description: The log level used for Docker Compose service logs. Can be one of "debug", "info".
100
-
# Default: "debug"
101
-
services-log-level: "debug"
102
104
```
103
105
104
106
<!-- end usage -->
@@ -117,8 +119,8 @@ Some extra options can be passed to the `docker compose down` command using the
117
119
| <code>compose-flags</code> | Additional options to pass to <code>docker compose</code> command. | | **false** |
118
120
| <code>cwd</code> | Current working directory | <code>${{ github.workspace }}</code> | **false** |
119
121
| <code>compose-version</code> | Compose version to use.<br />If null (default), it will use the current installed version.<br />If "latest", it will install the latest version. | | **false** |
122
+
| <code>services-log-level</code> | The log level used for Docker Compose service logs.<br />Can be one of "debug", "info". | <code>debug</code> | **false** |
120
123
| <code>github-token</code> | The GitHub token used to create an authenticated client (to fetch the latest version of docker compose). | <code>${{ github.token }}</code> | **false** |
121
-
| <code>services-log-level</code> | The log level used for Docker Compose service logs. Can be one of "debug", "info". | debug | **false** |
0 commit comments