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 24cf9d4

Browse filesBrowse files
authored
Merge pull request #505 from kevin-studer/return_scheme_for_container
Return scheme for undefined docker container
2 parents 97a194c + 3fbf448 commit 24cf9d4
Copy full SHA for 24cf9d4

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"] = "tcp"
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.