mirror of https://github.com/docker/compose.git
6 lines
84 B
YAML
6 lines
84 B
YAML
|
services:
|
||
|
nginx:
|
||
|
build:
|
||
|
context: nginx-build
|
||
|
dockerfile: ${MYVAR}
|