mirror of https://github.com/docker/compose.git
9 lines
65 B
YAML
9 lines
65 B
YAML
|
|
||
|
version: "2"
|
||
|
|
||
|
services:
|
||
|
a:
|
||
|
build: ./a
|
||
|
b:
|
||
|
build: ./b
|