Skip to content

Commit 7b99b38

Browse files
nethost test
1 parent 4ef8afc commit 7b99b38

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/nethost/docker-compose.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: '3'
2+
services:
3+
web:
4+
image: busybox
5+
command: httpd -f -p 8123 -h /etc/
6+
network_mode: host
7+

0 commit comments

Comments
 (0)