RustPoint 工具集合

Docker Compose 格式化/校验

整理 Compose YAML 文本并提示 services、image、ports 等常见字段。

返回工具集合
services:
  web:
    image: nginx
    ports:
      - "8080:80"

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