Skip to content

Commit

Permalink
Support the new Blackfire port
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 11, 2022
1 parent 53e0823 commit 145b011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (l *Local) dockerServiceToRelationship(client *docker.Client, container typ
return rels
}
}
} else if p.PrivatePort == 8707 {
} else if p.PrivatePort == 8707 || p.PrivatePort == 8307 {
// Blackfire
rels[""] = map[string]interface{}{
"host": host,
Expand Down

0 comments on commit 145b011

Please sign in to comment.