podman-compose/tests/nethost/docker-compose.yaml

8 lines
112 B
YAML
Raw Normal View History

2022-03-18 22:17:22 +01:00
version: '3'
services:
web:
image: busybox
command: httpd -f -p 8123 -h /etc/
network_mode: host