Free developer tool ยท Runs locally in your browser
Docker Compose production checker
Open or paste a Compose YAML file to check common production risks without uploading it or creating an account.
What the checker reviews
- Privileged mode, root users, dangerous capabilities and Docker socket mounts
- Broadly published ports and likely literal secrets in environment variables
- Mutable image tags, healthchecks, restart policies and resource limits
- Persistent storage for stateful services and dependency readiness
A focused static check
The tool does not inspect images, application code, running hosts, firewalls or external dependencies. Use it alongside testing and a proper security review.