Add output for incorrect type on compose_configuration option
This commit is contained in:
parent
9242a69545
commit
ed8378bcf5
|
@ -139,6 +139,8 @@ en:
|
||||||
"build_dir" must exist and contain a Dockerfile
|
"build_dir" must exist and contain a Dockerfile
|
||||||
build_dir_or_image: |-
|
build_dir_or_image: |-
|
||||||
One of "build_dir" or "image" must be set
|
One of "build_dir" or "image" must be set
|
||||||
|
compose_configuration_hash: |-
|
||||||
|
"compose_configuration" must be a hash
|
||||||
create_args_array: |-
|
create_args_array: |-
|
||||||
"create_args" must be an array
|
"create_args" must be an array
|
||||||
invalid_link: |-
|
invalid_link: |-
|
||||||
|
|
Loading…
Reference in New Issue