mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-22 07:53:16 +01: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
|
||||
web2:
|
||||
image: busybox
|
||||
hostname: web1
|
||||
hostname: web2
|
||||
command: ["/bin/busybox", "httpd", "-f", "-h", "/var/www/html", "-p", "8001"]
|
||||
working_dir: /var/www/html
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user