mirror of https://github.com/docker/compose.git
5 lines
66 B
YAML
5 lines
66 B
YAML
|
web:
|
||
|
image: busybox
|
||
|
command: /bin/true
|
||
|
env_file: ./test.env
|