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

9 lines
108 B
YAML

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