Spaces:
Paused
Paused
Update custom-entrypoint.sh
Browse files- custom-entrypoint.sh +3 -2
custom-entrypoint.sh
CHANGED
|
@@ -4,6 +4,8 @@ set -e
|
|
| 4 |
|
| 5 |
# Detect external/public IP dynamically (you can hardcode this if needed)
|
| 6 |
# EXTERNAL_IP=$(curl -s https://ifconfig.me)
|
|
|
|
|
|
|
| 7 |
|
| 8 |
exec turnserver \
|
| 9 |
-c /etc/coturn/turnserver.conf \
|
|
@@ -31,8 +33,7 @@ set -e
|
|
| 31 |
# ngrok start cli-quickstart
|
| 32 |
# ngrok config check --config ngrok2/ngrok.yml
|
| 33 |
# ngrok start turn_tls --config=ngrok2/ngrok.yml
|
| 34 |
-
|
| 35 |
-
ngrok start turn_tls --config /ngrok2/ngrok.yml --log=stdout --log-level=debug
|
| 36 |
|
| 37 |
|
| 38 |
# #!/bin/bash
|
|
|
|
| 4 |
|
| 5 |
# Detect external/public IP dynamically (you can hardcode this if needed)
|
| 6 |
# EXTERNAL_IP=$(curl -s https://ifconfig.me)
|
| 7 |
+
cat /ngrok2/ngrok.yml
|
| 8 |
+
ngrok start turn_tls --config /ngrok2/ngrok.yml --log=stdout --log-level=debug
|
| 9 |
|
| 10 |
exec turnserver \
|
| 11 |
-c /etc/coturn/turnserver.conf \
|
|
|
|
| 33 |
# ngrok start cli-quickstart
|
| 34 |
# ngrok config check --config ngrok2/ngrok.yml
|
| 35 |
# ngrok start turn_tls --config=ngrok2/ngrok.yml
|
| 36 |
+
|
|
|
|
| 37 |
|
| 38 |
|
| 39 |
# #!/bin/bash
|