mirror of https://github.com/docker/compose.git
7 lines
93 B
YAML
7 lines
93 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
nginx:
|
||
|
image: nginx
|
||
|
environment:
|
||
|
- CHECK_VAR=${MYVAR}
|