compose/tests/fixtures/net-container/v2-invalid.yml

11 lines
135 B
YAML

version: "2"
services:
foo:
image: busybox
command: top
bar:
image: busybox
command: top
net: "container:foo"