Cannot access recorded file through https://DOMAIN_OR_PUBLIC_IP/recordings/RECORDING_ID/RECORDING_NAME.EXTENSION

while trying to access recorded file I’m getting status 200 but an video with error:
unknown URL
openvidu server does not have path /dashboard/ mapped
If you are seeing this file as result of composed recording, the problem is most likely an issue with the recording URL

I have added these parameters to env file
-e OPENVIDU_RECORDING=true
-e OPENVIDU_RECORDING_PATH=/PATH/TO/VIDEO/FILES
-v /var/run/docker.sock:/var/run/docker.sock
-v /PATH/TO/VIDEO/FILES:/PATH/TO/VIDEO/FILES \

You can check parameters OPENVIDU_RECORDING_PUBLIC_ACCESS. Set to to true. You can check more details here

Did that still same error. Tell me one thing this path to the video file can be outside the container right?