Add lite transport for compose
This commit is contained in:
committed by
Dmitry Salakhov
parent
bb21116ca1
commit
6ba92edff6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user