podman-compose/tests/integration/default_net_behavior/docker-compose_one_net.yaml

8 lines
97 B
YAML

services:
web:
image: busybox
command: httpd -f -p 8123 -h /tmp/
networks:
net0: {}