What happened?
The application could not start locally following the installation guide.
This is because one of the ports required (Peerjs server port) was already in use in my local machine.
Steps to reproduce
- Start or ensure a process is running on port 9000 e.g php-fmp as shown screenshot
- Follow the installation guide in the readme.
Expected behavior
- A way to update the container ports in a situation where ports are already been used
Additional context
RECOMMENDATION
- Add a more flexible installation process where users can update container port on the compose.yaml file