This commit is contained in:
世界
2023-07-11 14:03:55 +08:00
parent 5c0f6d0a6f
commit 6879def619
17 changed files with 172 additions and 214 deletions

View File

@@ -125,7 +125,7 @@ func TestHysteriaOutbound(t *testing.T) {
_, certPem, keyPem := createSelfSignedCertificate(t, "example.org")
startDockerContainer(t, DockerOptions{
Image: ImageHysteria,
Ports: []uint16{serverPort, testPort},
Ports: []uint16{testPort},
Cmd: []string{"-c", "/etc/hysteria/config.json", "server"},
Bind: map[string]string{
"hysteria-server.json": "/etc/hysteria/config.json",