mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-10 18:48:25 +02:00
fix hostname in test
This commit is contained in:
parent
24ec539932
commit
2c60516f77
@ -11,7 +11,7 @@ services:
|
|||||||
- ./test1.txt:/var/www/html/index.txt:ro,z
|
- ./test1.txt:/var/www/html/index.txt:ro,z
|
||||||
web2:
|
web2:
|
||||||
image: busybox
|
image: busybox
|
||||||
hostname: web1
|
hostname: web2
|
||||||
command: ["/bin/busybox", "httpd", "-f", "-h", "/var/www/html", "-p", "8001"]
|
command: ["/bin/busybox", "httpd", "-f", "-h", "/var/www/html", "-p", "8001"]
|
||||||
working_dir: /var/www/html
|
working_dir: /var/www/html
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user