RustPoint Tools
Docker Compose Formatter
Tidy Compose YAML text and flag common services, image, and port fields.
services:
web:
image: nginx
ports:
- "8080:80"
检查:
services: ok
image: ok
ports: okTidy Compose YAML text and flag common services, image, and port fields.
services:
web:
image: nginx
ports:
- "8080:80"
检查:
services: ok
image: ok
ports: ok