Skip to content

Commit

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

0 comments on commit a9b5f5f

Please sign in to comment.