Only workspace IDs are saved in this browser—never files or input.
LOCAL TOOL / WEB

Docker Compose Validator & Normalizer

Paste compose.yaml or docker-compose.yml. No images, includes, environment files, or registries are accessed.

Paste, type, or drag & drop a text file 142 chars · 8 lines · 142 B
Runs locally in this browserPreview updates after 240 ms · Nothing is uploaded. Passwords are stored only when you explicitly choose Remember on this device.
02
Tool outputA service table, actionable diagnostics, and normalized YAML.
Run toolNothing is uploaded. Passwords are stored only when you explicitly choose Remember on this device.
About this utility

How to use Docker Compose Validator & Normalizer

Parse Compose YAML, summarize services, flag missing build/image fields and risky privileged mode, and emit deterministic YAML.

What to provide

Paste compose.yaml or docker-compose.yml. No images, includes, environment files, or registries are accessed.

  1. Paste, type, or drag and drop a supported text file into the input area.
  2. Review the input and the clearly labeled output behavior.
  3. Select “Run tool” or press Ctrl/Command + Enter, then copy, download, or move the result back into the first input for another pass.

What the result means

A service table, actionable diagnostics, and normalized YAML.

Privacy and safety

This utility is loaded as browser code and processes your input only in this tab. OmniCastConverter has no upload endpoint and never stores your content, filenames, tokens, or secrets. Generated markup and code are shown as inert text and are never executed.

Limitations

  • Everything is processed in this browser tab. Input, filenames, keys, and output are never uploaded or saved. Version-specific engine behavior, variable expansion, includes, profiles, secrets, and registry availability need Docker’s own config validation.

Try the included example

Select “Load example” at any time to restore this tested sample.

services:
  web:
    image: nginx:1.27
    ports: ["8080:80"]
  worker:
    build: .
    healthcheck:
      test: ["CMD", "node", "health.js"]