Skip to content

Commit

Permalink
change host ip
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Jul 12, 2024
1 parent 68c1387 commit e062bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ func (manager *DockerManager) getContainerHostConfig(
portMap[containerPort] = []nat.PortBinding{
// Leaving this struct empty will cause Docker to automatically choose an interface IP & port on the host machine
{
HostIP: "",
HostIP: "0.0.0.0",
HostPort: "",
},
}
Expand Down

0 comments on commit e062bf1

Please sign in to comment.