mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-16 08:38:04 +02:00
nethost test
This commit is contained in:
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
|
||||||
|
|
Reference in New Issue
Block a user