mailcow / mailcow-ansiblerole

The official ansible role to setup mailcow using Ansible
GNU General Public License v3.0
75 stars 49 forks source link

Use docker compose cli plugin #45

Closed sourcecode-glitch closed 7 months ago

sourcecode-glitch commented 9 months ago

Fixes #35 by adding an option to specify the docker compose command. I set the default to docker compose since both the mailcow docs as well as the upstream docker install instruction now use the docker cli plugin. The new option is named mailcow__compose_command.

ntimo commented 7 months ago

LGTM