podman-compose/tests/integration/nethost/docker-compose.yaml
Monika Kairaityte cb294d7519 tests/integration: Automate manual 'nethost' test
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2024-09-24 19:35:06 +03:00

7 lines
111 B
YAML

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