fix hostname in test

This commit is contained in:
Muayyad alsadi 2021-12-23 00:34:01 +02:00
parent 24ec539932
commit 2c60516f77

View File

@ -11,7 +11,7 @@ services:
- ./test1.txt:/var/www/html/index.txt:ro,z
web2:
image: busybox
hostname: web1
hostname: web2
command: ["/bin/busybox", "httpd", "-f", "-h", "/var/www/html", "-p", "8001"]
working_dir: /var/www/html
ports: