forked from extern/podman-compose
nethost test
This commit is contained in:
parent
4ef8afc63e
commit
7b99b38f0e
7
tests/nethost/docker-compose.yaml
Normal file
7
tests/nethost/docker-compose.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: httpd -f -p 8123 -h /etc/
|
||||
network_mode: host
|
||||
|
Loading…
Reference in New Issue
Block a user