Skip to content

Commit b2a9799

Browse files
committed
Bind port 9999 for transcript tests
1 parent d05eefa commit b2a9799

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ services:
6565
retries: 3
6666
ports:
6767
- "5424:5424"
68+
# Bind the webhook-listener port to the host machine for transcripts
69+
- "9999:9999"
6870

6971
environment:
7072
# Placeholder values for development

0 commit comments

Comments
 (0)