We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca148a commit bac2cc2Copy full SHA for bac2cc2
plugins/modules/docker_compose_v2_build.py
@@ -41,7 +41,7 @@
41
default: false
42
pull:
43
description:
44
- - If set to V(true), will attempt to pull newer version of the image
+ - If set to V(true), will attempt to pull newer version of the image.
45
type: bool
46
47
with_dependencies:
@@ -52,7 +52,7 @@
52
53
memory_limit:
54
55
- - Memory limit for the build container, in bytes. Not supported by BuildKit
+ - Memory limit for the build container, in bytes. Not supported by BuildKit.
56
type: int
57
services:
58
0 commit comments