Skip to content

Commit fa7439a

Browse files
committed
ssh container fileserver port
1 parent 298f4e7 commit fa7439a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/testutil/docker.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ func RunSSHDocker(t *testing.T) (string, func()) {
5252

5353
// 拉取并运行构建镜像,映射项目目录
5454
cmd := exec.Command("docker", "run", "-d",
55-
"-p", "2222:22",
55+
"-p", "2222:22", // for test main node ssh
56+
"-p", "8003:8003", // for test fileserver
5657
"-v", hostProjectPath+":/telego",
5758
"telego_build",
5859
"tail", "-f", "/dev/null")

0 commit comments

Comments
 (0)