mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-24 08:47:49 +00:00
expose right porsts
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
a846e13c78
commit
d900f48d38
@ -189,10 +189,6 @@ func (s *IntegrationTestSuite) tailscaleContainer(
|
|||||||
Cmd: []string{
|
Cmd: []string{
|
||||||
"tailscaled", "--tun=tsdev",
|
"tailscaled", "--tun=tsdev",
|
||||||
},
|
},
|
||||||
ExposedPorts: []string{"8080/tcp"},
|
|
||||||
PortBindings: map[docker.Port][]docker.PortBinding{
|
|
||||||
"8080/tcp": {{HostPort: "8080"}},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
err := s.pool.RemoveContainerByName(hostname)
|
err := s.pool.RemoveContainerByName(hostname)
|
||||||
@ -255,6 +251,10 @@ func (s *IntegrationTestSuite) SetupSuite() {
|
|||||||
Mounts: []string{
|
Mounts: []string{
|
||||||
fmt.Sprintf("%s/integration_test/etc:/etc/headscale", currentPath),
|
fmt.Sprintf("%s/integration_test/etc:/etc/headscale", currentPath),
|
||||||
},
|
},
|
||||||
|
ExposedPorts: []string{"8080/tcp"},
|
||||||
|
PortBindings: map[docker.Port][]docker.PortBinding{
|
||||||
|
"8080/tcp": {{HostPort: "8080"}},
|
||||||
|
},
|
||||||
Networks: []*dockertest.Network{&s.network},
|
Networks: []*dockertest.Network{&s.network},
|
||||||
Cmd: []string{"headscale", "serve"},
|
Cmd: []string{"headscale", "serve"},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user