mirror of https://github.com/docker/compose.git
10 lines
137 B
YAML
10 lines
137 B
YAML
|
services:
|
||
|
fail:
|
||
|
image: does_not_exists
|
||
|
can_build:
|
||
|
image: doesn_t_exists_either
|
||
|
build: .
|
||
|
valid:
|
||
|
image: alpine:3.15
|
||
|
|