mirror of
https://github.com/docker/compose.git
synced 2025-08-26 03:58:15 +02:00
7 lines
93 B
YAML
7 lines
93 B
YAML
version: '3'
|
|
services:
|
|
nginx:
|
|
image: nginx
|
|
environment:
|
|
- CHECK_VAR=${MYVAR}
|