Skip to content

Commit

Permalink
Log file for coTURN
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd committed Aug 14, 2024
1 parent 75b9b52 commit 9e2a5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ turnserver \
--no-cli \
--cli-password=\"\${TURN_RANDOM_PASSWORD:-\$(tr -dc 'A-Za-z0-9' < /dev/urandom 2>/dev/null | head -c 24)}\" \
--userdb=\"\${XDG_RUNTIME_DIR:-/tmp}/turnserver-turndb\" \
--log-file=\"stdout\" \
--pidfile=\"\${XDG_RUNTIME_DIR:-/tmp}/turnserver.pid\" \
--log-file=\"/tmp/turnserver.log\" \
--allow-loopback-peers \
\${TURN_EXTRA_ARGS} \$@\
" > /etc/start-turnserver.sh && chmod -f 755 /etc/start-turnserver.sh
Expand Down

0 comments on commit 9e2a5dd

Please sign in to comment.