Remove host port, we only need internal ports

This commit is contained in:
Kristoffer Dalby 2021-10-04 14:39:28 +00:00
parent c09428acca
commit 07e32be5ce

View File

@ -234,9 +234,6 @@ func (s *IntegrationTestSuite) SetupSuite() {
},
Networks: []*dockertest.Network{&network},
Cmd: []string{"headscale", "serve"},
PortBindings: map[docker.Port][]docker.PortBinding{
"8080/tcp": {{HostPort: "8080"}},
},
}
fmt.Println("Creating headscale container")