podman-compose/tests/integration/nethost/docker-compose.yaml
Povilas Kanapickas 18472b53ac Move all tests to single directory "tests"
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
2024-06-26 11:28:16 +03:00

8 lines
112 B
YAML

version: '3'
services:
web:
image: busybox
command: httpd -f -p 8123 -h /etc/
network_mode: host