Files
coolify-examples/docker-compose-double-mount/docker-compose.yml
T
2026-05-11 11:30:46 +02:00

11 lines
214 B
YAML

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