mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
8 lines
94 B
YAML
8 lines
94 B
YAML
web:
|
|
image: busybox
|
|
command: /bin/true
|
|
net: host
|
|
environment:
|
|
- FOO=1
|
|
- BAR=1
|