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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,10 @@ Important: this only works when building a single service, an error will be gene
64
64
65
65
A list of KEY=VALUE that are passed through as build arguments when image is being built.
66
66
67
+
#### `labels` (build only, string or array)
68
+
69
+
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.
70
+
67
71
#### `env` or `environment` (run only, string or array)
68
72
69
73
A list of either KEY or KEY=VALUE that are passed through as environment variables to the container.
@@ -146,7 +150,7 @@ If set to `true` it will mount onto `/workdir`, unless `workdir` is set, in whic
0 commit comments