mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-12 13:27:41 +00:00
10 lines
268 B
YAML
10 lines
268 B
YAML
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'
|