mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Using compose instead of manual docker calls allows folks to customize the vector container by using a custom compose.yml template file. This opens us up to more customizations while aligning container management with how we do other external containers (such as for the proxy plugins). Refs #5784