7 lines
94 B
YAML
7 lines
94 B
YAML
web:
|
|
image: busybox
|
|
command: /bin/true
|
|
net: host
|
|
environment:
|
|
- FOO=1
|
|
- BAR=1
|