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
+6-2
Original file line number
Diff line number
Diff line change
@@ -287,13 +287,17 @@ The default is `true`.
287
287
288
288
#### `run-labels` (run only, boolean)
289
289
290
-
If set to true, adds useful Docker labels to the primary container. See [Container Labels](#container-labels) for more info.
290
+
If set to true, adds useful Docker labels to the primary container. See [Container Labels](docs/examples.md#container-labels) for more info.
291
291
292
292
The default is `true`.
293
293
294
294
#### `build-labels` (build only, string or array)
295
295
296
-
A list of KEY=VALUE that are passed through as service labels when image is being built. These will be merged with any service labels defined in the compose file.
296
+
A list of `KEY=VALUE` strings that are passed through as service labels when image is being built. These will be merged with any service labels defined in the compose file.
297
+
298
+
:warning: Important: if any `VALUE` contains a line break it will cause unexpected behaviour (see [issue #476][i476])
0 commit comments