Paste a compose.yaml file with a services map.
Local Docker Compose review
docker compose up 전에 Compose 실수를 확인하세요.
Inspect services, image or build sources, and host port collisions locally in your browser without starting Docker.
* Nothing is uploaded. ComposeLens parses the YAML in this browser tab and never displays environment values.
Local Docker Compose review
Review the config before launch
Check that every service has image or build and review the published host ports.
Resolve repeated host ports, then run Docker's own validation in the repository context.
FAQ
What stays private?
Does ComposeLens start containers?
No. It only parses the YAML in this browser tab.
Are environment values shown?
No. ComposeLens reports service structure and does not render environment values.
Does it replace Docker validation?
No. It is a quick structural review before using Docker in your project context.