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
+8-2
Original file line number
Diff line number
Diff line change
@@ -273,9 +273,15 @@ Sets `docker-compose` to run with `--verbose`
273
273
274
274
The default is `false`.
275
275
276
-
#### `quiet-pull` (run only, boolean)
276
+
#### `quiet-pull` (run/push only, boolean)
277
277
278
-
Start up dependencies with `--quiet-pull` to prevent even more logs during that portion of the execution.
278
+
During `run`, start up dependencies with `--quiet-pull` to prevent even more logs during that portion of the execution. Will also add `--quiet` if a `docker pull` is executed before a `push` step.
279
+
280
+
The default is `false`.
281
+
282
+
#### `quiet-push` (push only, boolean)
283
+
284
+
Will add `--quiet` to the `docker push` command to prevent such verbose logs.
0 commit comments