Add lite transport for compose

This commit is contained in:
Stéphane Busso
2021-01-19 15:43:53 +13:00
committed by Dmitry Salakhov
parent bb21116ca1
commit 6ba92edff6
4 changed files with 222 additions and 1 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ func (w *ComposeWrapper) command(command []string, stack *portainer.Stack, endpo
if endpoint != nil {
if endpoint.URL != "" {
proxy, err := w.proxyManager.CreateAndRegisterEndpointProxy(endpoint)
proxy, err := w.proxyManager.CreateAndRegisterComposeEndpointProxy(endpoint)
listener, err := net.Listen("tcp", ":0")
if err != nil {