Create docker-compose.yml

This commit is contained in:
Andras Bacsai
2026-05-11 11:30:46 +02:00
committed by GitHub
parent 7e6b3d508d
commit 02812a9d4c
@@ -0,0 +1,10 @@
services:
web1:
image: nginx:alpine
volumes:
- ./index1.html:/usr/share/nginx/html/index.html:ro
web2:
image: nginx:alpine
volumes:
- ./index2.html:/usr/share/nginx/html/index.html