You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After following the instructions on the "On premises Docs", starting the containers (compose up) leads to errors on the server container.
Describe the bug
After following the instructions on the "On premises Docs", starting the containers (compose up) leads to errors on the server container.
Expected behavior
After running
docker compose up -d
the services should be running.Wrong current behavior
The container fails to start because there seems to be some file (openvidu-server-*.jar) missing.
OpenVidu tutorial where to replicate the error
2.1.
curl https://s3-eu-west-1.amazonaws.com/aws.openvidu.io/install_openvidu_latest.sh | bash
2.2.
cd openvidu
2.3. Setup your .env file
./openvidu start
ordocker compose up -d
./openvidu restart
ordocker compose down & docker compose up -d
Screenshots
Additional context
This has been tested on three different machines with varying configurations, from very high end to mid workstation.
The text was updated successfully, but these errors were encountered: