Skip to content

Commit e417df8

Browse files
committed
Use correct environment variable to set the TURN port for Nsight streamer.
1 parent 265ac02 commit e417df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- WEB_USERNAME=""
4444
- WEB_PASSWORD=""
4545
- SELKIES_TURN_HOST=nsight-turn0-${BREV_ENV_ID}.brevlab.com
46-
- SELKIES_TURN_PORT=80
46+
- TURN_PORT=80
4747
ports:
4848
- "0.0.0.0:8080:8080" # HTTP
4949
- "0.0.0.0:3478:3478" # TURN

0 commit comments

Comments
 (0)