mirror of
https://github.com/docker/compose.git
synced 2025-07-31 01:24:15 +02:00
This covers what was included in #6800 Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
7 lines
96 B
YAML
7 lines
96 B
YAML
version: '3.7'
|
|
services:
|
|
test:
|
|
image: busybox
|
|
env_file: .env.conf
|
|
entrypoint: env
|