mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-28 14:07:31 +00:00
Create docker-compose.yml
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user