privateone commited on
Commit
b56c8e3
·
verified ·
1 Parent(s): e3c115d

Update custom-entrypoint.sh

Browse files
Files changed (1) hide show
  1. custom-entrypoint.sh +1 -1
custom-entrypoint.sh CHANGED
@@ -31,7 +31,7 @@ echo "Starting turnserver..."
31
  # --no-cli
32
 
33
 
34
- exec turnserver \
35
  -c /etc/coturn/turnserver.conf \
36
  --user=myuser:mypassword \
37
  --no-cli &
 
31
  # --no-cli
32
 
33
 
34
+ turnserver \
35
  -c /etc/coturn/turnserver.conf \
36
  --user=myuser:mypassword \
37
  --no-cli &