From 07e32be5cecb91df8f7b5a7b41060c81140e29e3 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 4 Oct 2021 14:39:28 +0000 Subject: [PATCH] Remove host port, we only need internal ports --- integration_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration_test.go b/integration_test.go index 58fa8582..cb969412 100644 --- a/integration_test.go +++ b/integration_test.go @@ -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")