Ports
Expose the ports below to ensure platform stability for Linux:- TCP: 443, 25061, 5432, 80
- UDP: 80, 443, 41641, 3478
How can I verify that program has started successfully?
-
When running the following command on Terminal, you should always have 2 Docker containers running:
-
If there are no containers or only one container running after running the docker run -d … command from the website:
- Stop the platform using the command provided in the guide above.
- Restart the platform using the command from the website again.
reset_drivers_and_docker.sh :
Create a new file calledreset_drivers_and_docker.sh
, and copy paste the code snippet below: