DEBSOURCES
Skip Quicknav
sources / podman-compose / 1.5.0-2 / tests / integration / default_net_behavior / docker-compose_two_nets.yaml
12345678
services: web: image: busybox command: httpd -f -p 8123 -h /tmp/ networks: net0: {} net1: {}