podman-compose/tests/nethost/docker-compose.yaml
Muayyad alsadi 7b99b38f0e nethost test
2022-03-19 00:17:22 +03:00

8 lines
112 B
YAML

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