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
@@ -161,7 +157,7 @@ If you need compose file templating this can also be done in a previous step.
161
157
162
158
_Compose._ You can also add to the [args](#args) with `--env-file stringArray`.
163
159
164
-
::: tip IMPORTANT
160
+
::: info
165
161
**This is NOT** the Docker compose [env_file](https://docs.docker.com/compose/how-tos/environment-variables/set-environment-variables/#use-the-env_file-attribute) directive.
166
162
That is set in your compose file as normal.
167
163
:::
@@ -179,7 +175,7 @@ Default: `true`
179
175
180
176
### prune
181
177
182
-
Prune dangling images. Set to `true` to enable.
178
+
Prune services that are no longer referenced. Set to `true` to enable.
183
179
184
180
_See the [stack deploy Options](https://docs.docker.com/reference/cli/docker/stack/deploy/#options) for more details._
185
181
@@ -223,6 +219,6 @@ Required to run [docker login](https://docs.docker.com/reference/cli/docker/logi
223
219
224
220
Write a Summary for the job. To disable this set to `false`.
225
221
226
-
_For more information see [Job Summary](../guides/features.md#job-summary)._
222
+
For more information see [Job Summary](../guides/features.md#job-summary).
0 commit comments