Hello,
i recived this error in to log for container coturn (openvidu_coturn_1):
Error: shared-secret-key not found
Error: shared-secret-key not found.
Error: shared-secret-key not found.
the container not start:
openvidu_coturn_1 docker-entrypoint.sh --log … Restarting
this is my docker-cvompose.yml
openvidu-serverCE:
image: openvidu/openvidu-server:2.23.0
…
…
coturn:
image: openvidu/openvidu-coturn:2.23.0
- --use-auth-secret
- --static-auth-secret=$${COTURN_SHARED_SECRET_KEY}
…
…
i used CERTIFICATE_TYPE=owncert
please help me.
Thanks