Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 669731f

Browse filesBrowse files
committed
Return scheme for undefined docker container
1 parent 97a194c commit 669731f
Copy full SHA for 669731f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎envs/docker.go

Copy file name to clipboardExpand all lines: envs/docker.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ func (l *Local) dockerServiceToRelationship(client *docker.Client, container typ
461461
} else if p.PrivatePort == 443 || p.PrivatePort == 8443 {
462462
rels[""]["scheme"] = "https"
463463
} else {
464-
return nil
464+
rels[""]["scheme"] = "undefined"
465465
}
466466
return rels
467467
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.