podman-compose/tests/include/docker-compose.base.yaml

8 lines
123 B
YAML
Raw Normal View History

version: '3.6'
services:
web:
image: busybox
command: ["/bin/busybox", "httpd", "-f", "-h", ".", "-p", "8003"]