mirror of https://github.com/docker/compose.git
10 lines
115 B
YAML
10 lines
115 B
YAML
|
myweb:
|
||
|
extends:
|
||
|
service: web
|
||
|
environment:
|
||
|
- "BAR=1"
|
||
|
web:
|
||
|
image: busybox
|
||
|
environment:
|
||
|
- "BAZ=3"
|