compose-x / ecs_composex

Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions
https://docs.compose-x.io
Mozilla Public License 2.0
158 stars 16 forks source link

[DOCS] nginx example missing Dockerfile #765

Open mrmattwilkins opened 4 weeks ago

mrmattwilkins commented 4 weeks ago

In docker-compose.yaml in the nginx example you reference a Dockerfile, but don't say what should go in it. Perhaps something like

FROM nginx:1.25
COPY app /usr/share/nginx/html

?