Skip to content

Commit

Permalink
coTURN STDOUT Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd committed Aug 14, 2024
1 parent b538b7d commit 237d35c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,7 @@ turnserver \
--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\" \
--pidfile=\"\${XDG_RUNTIME_DIR:-/tmp}/turnserver.pid\" \
--no-stdout-log \
--log-file=\"/tmp/turnserver.log\" \
--log-file=\"stdout\" \
--allow-loopback-peers \
\${TURN_EXTRA_ARGS} \$@\
" > /etc/start-turnserver.sh && chmod -f 755 /etc/start-turnserver.sh
Expand Down

0 comments on commit 237d35c

Please sign in to comment.