mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-12 13:27:41 +00:00
Create docker-compose.yaml
This commit is contained in:
@@ -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'
|
||||||
Reference in New Issue
Block a user