Skip to content

Commit

Permalink
Update Dockerfile.example (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
PMohanJ authored Feb 19, 2024
1 parent 27199fb commit d6d0b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.example
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ sudo /usr/bin/pulseaudio --daemonize --system --verbose --log-target=file:/tmp/p
sudo /start-turnserver.sh &\n\
export WEBRTC_ENCODER=\${WEBRTC_ENCODER:-x264enc}\n\
export WEBRTC_ENABLE_RESIZE=\${WEBRTC_ENABLE_RESIZE:-true}\n\
export TURN_HOST=\${TURN_HOST:-$(curl checkip.amazonaws.com)}\n\
export TURN_HOST=\${TURN_HOST:-\$(curl checkip.amazonaws.com)}\n\
export TURN_PORT=\${TURN_PORT:-3478}\n\
export TURN_USERNAME=\${TURN_USERNAME:-selkies}\n\
export TURN_PASSWORD=\${TURN_PASSWORD:-selkies}\n\
Expand Down

0 comments on commit d6d0b5a

Please sign in to comment.