Skip to content

Commit

Permalink
Merge branch 'release/2.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-portainer committed Oct 10, 2021
2 parents bac7c89 + 8383bc0 commit 273ef6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/exec/compose_stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (manager *ComposeStackManager) fetchEndpointProxy(endpoint *portainer.Endpo
return "", nil, err
}

return fmt.Sprintf("http://127.0.0.1:%d", proxy.Port), proxy, nil
return fmt.Sprintf("tcp://127.0.0.1:%d", proxy.Port), proxy, nil
}

func createEnvFile(stack *portainer.Stack) (string, error) {
Expand Down

0 comments on commit 273ef6c

Please sign in to comment.