podman-compose/tests/multicompose/d2/docker-compose.yml

13 lines
212 B
YAML
Raw Normal View History

2019-09-04 15:12:13 +02:00
version: '3'
services:
web1:
env_file: ./12.env
web2:
image: busybox
command: busybox httpd -h /var/www/html/ -f -p 8002
volumes:
- ./2.env:/var/www/html/index.txt
env_file: ./2.env