mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-22 11:00:48 +02:00
Add integration test for default network behavior
Signed-off-by: Songmin Li <lisongmin@protonmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: httpd -f -p 8123 -h /tmp/
|
||||
|
||||
networks:
|
||||
net0: {}
|
||||
net1: {}
|
||||
default: {}
|
Reference in New Issue
Block a user