mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
Feature Request: Add Support for 'docker stack deploy' Command #642
Reference in New Issue
Block a user
No description provided.
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 @RopPlay on GitHub (Oct 24, 2025).
Hi,
I want to deploy a Docker stack in my Docker Swarm. However, when I try to deploy the stack, it automatically runs the following command:
docker compose -p test-app -f compose.yaml up -d
How can I properly deploy a stack instead of using the docker compose command?
If this functionality isn’t supported yet, could you please consider implementing it?