mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 08:55:40 -05:00
[GH-ISSUE #961] [FEATURE REQUEST] Allow Alternative Docker Commands #7607
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nahnotnathan on GitHub (Nov 4, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/961
You've already created many options in Komodo to allow for custom commands arguments, but there are a few notable situations where the current solution does not work:
sops exec-file --no-fifo .env "docker compose --env-file {} up -d"docker compose -p StackNamecommands that underpin most actions in Komodo are incompatible with "nested" configsPlease consider expanding the current options to accomodate these use cases