1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 21:39:40 +02:00

fix(app): fix create stack with capital letters or space issue EE-908 (#5236)

* fix(app): fix create stack with capital letters or space issue

* replace ComposeWrapper with ComposeStackManager
This commit is contained in:
Richard Wei 2021-07-23 09:53:42 +12:00 committed by GitHub
parent fe07815fc7
commit 09c5bada3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 1 deletions

View file

@ -1280,6 +1280,7 @@ type (
Logout(endpoint *Endpoint) error
Deploy(stack *Stack, prune bool, endpoint *Endpoint) error
Remove(stack *Stack, endpoint *Endpoint) error
NormalizeStackName(name string) string
}
// TagService represents a service for managing tag data