mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-28 22:17:32 +00:00
11 lines
214 B
YAML
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
|