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
@@ -293,13 +293,17 @@ The default is `true`.
293
293
294
294
#### `run-labels` (run only, boolean)
295
295
296
-
If set to true, adds useful Docker labels to the primary container. See [Container Labels](#container-labels) for more info.
296
+
If set to true, adds useful Docker labels to the primary container. See [Container Labels](docs/examples.md#container-labels) for more info.
297
297
298
298
The default is `true`.
299
299
300
300
#### `build-labels` (build only, string or array)
301
301
302
-
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.
302
+
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.
303
+
304
+
:warning: Important: if any `VALUE` contains a line break it will cause unexpected behaviour (see [issue #476][i476])
0 commit comments