mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix: normalize stack name only for libcompose (#4862)
* fix: normilize stack name only for libcompose * fix
This commit is contained in:
parent
6d5877ca1c
commit
4cbd231a5f
4 changed files with 54 additions and 40 deletions
|
@ -973,6 +973,7 @@ type (
|
|||
// ComposeStackManager represents a service to manage Compose stacks
|
||||
ComposeStackManager interface {
|
||||
ComposeSyntaxMaxVersion() string
|
||||
NormalizeStackName(name string) string
|
||||
Up(stack *Stack, endpoint *Endpoint) error
|
||||
Down(stack *Stack, endpoint *Endpoint) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue