podman-compose/tests/integration/default_net_behavior/docker-compose_with_default...

10 lines
122 B
YAML

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