Create docker-compose.yaml

This commit is contained in:
Andras Bacsai
2026-04-29 14:17:33 +02:00
committed by GitHub
parent ba2f951fb4
commit 7e6b3d508d
@@ -0,0 +1,9 @@
services:
web1:
image: 'nginx:alpine'
volumes:
- '/data/coolify/test/data/index1.html:/usr/share/nginx/html/index.html:ro'
web2:
image: 'nginx:alpine'
volumes:
- '/data/coolify/test/data/index2.html:/usr/share/nginx/html/index.html:ro'