Skip to content

Commit

Permalink
Merge pull request #424 from forta-protocol/let-proxy-dial-host
Browse files Browse the repository at this point in the history
Let proxy dial host
  • Loading branch information
canercidam authored Feb 16, 2022
2 parents fd7c7dc + 291bff4 commit 9470f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/supervisor/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ func (sup *SupervisorService) start() error {
Ports: map[string]string{
"": config.DefaultHealthPort, // random host port
},
DialHost: true,
NetworkID: nodeNetworkID,
MaxLogFiles: sup.maxLogFiles,
MaxLogSize: sup.maxLogSize,
Expand Down

0 comments on commit 9470f9e

Please sign in to comment.