mirror of https://github.com/docker/compose.git
7 lines
96 B
YAML
7 lines
96 B
YAML
|
version: '3.7'
|
||
|
services:
|
||
|
test:
|
||
|
image: busybox
|
||
|
env_file: .env.conf
|
||
|
entrypoint: env
|