m4rku5/dockcomp

A tool to manage docker-compose files

dev-master 2022-01-10 11:35 UTC

This package is auto-updated.

Last update: 2025-05-10 19:13:31 UTC


README

Latest Version on Packagist Total Downloads

Installation

Install package via composer:

composer require m4rku5/dockcomp

Usage

$dockcomp = new DockComp('docker-compose.yml');
...
$dockcomp->save();

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

The MIT License (MIT). Please see License File for more information.