change TP port to 8585
This commit is contained in:
parent
d7b173d985
commit
0ba70de930
1 changed files with 1 additions and 1 deletions
2
.github/ci/docker-compose.yml
vendored
2
.github/ci/docker-compose.yml
vendored
|
|
@ -10,7 +10,7 @@ services:
|
|||
TP_API_KEY: "${TP_API_KEY}"
|
||||
TP_AGENT_ALIAS: "GitHub Action Agent"
|
||||
TP_AGENT_TEMP: "true"
|
||||
TP_SDK_PORT: "8686"
|
||||
TP_SDK_PORT: "8585"
|
||||
CHROME: "chrome:4444"
|
||||
CHROME_EXT: "localhost:5555"
|
||||
FIREFOX: "firefox:4444"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue