nethost test

This commit is contained in:
Muayyad alsadi 2022-03-19 00:17:22 +03:00
parent 4ef8afc63e
commit 7b99b38f0e

View File

@ -0,0 +1,7 @@
version: '3'
services:
web:
image: busybox
command: httpd -f -p 8123 -h /etc/
network_mode: host