mirror of
https://github.com/docker/compose.git
synced 2025-08-23 18:48:13 +02:00
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
|
|
|