mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-23 17:23:14 -05:00
Remove host port, we only need internal ports
This commit is contained in:
parent
c09428acca
commit
07e32be5ce
@ -234,9 +234,6 @@ func (s *IntegrationTestSuite) SetupSuite() {
|
|||||||
},
|
},
|
||||||
Networks: []*dockertest.Network{&network},
|
Networks: []*dockertest.Network{&network},
|
||||||
Cmd: []string{"headscale", "serve"},
|
Cmd: []string{"headscale", "serve"},
|
||||||
PortBindings: map[docker.Port][]docker.PortBinding{
|
|
||||||
"8080/tcp": {{HostPort: "8080"}},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("Creating headscale container")
|
fmt.Println("Creating headscale container")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user