RustPoint Tools

Docker Compose Formatter

Tidy Compose YAML text and flag common services, image, and port fields.

Back to tools
services:
  web:
    image: nginx
    ports:
      - "8080:80"

检查:
services: ok
image: ok
ports: ok