podman-compose/tests/integration/default_net_behavior/docker-compose_two_nets.yaml
Songmin Li 420d19daf4
Add integration test for default network behavior
Signed-off-by: Songmin Li <lisongmin@protonmail.com>
2024-12-18 13:21:29 +08:00

9 lines
108 B
YAML

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