getting-started icon indicating copy to clipboard operation
getting-started copied to clipboard

Troubleshooting Ports are not available error

Open DecimalTurn opened this issue 2 years ago • 1 comments

Added the following to the README :

Troubleshooting:

If you run into an error saying "Ports are not available", it might be because port 80 is already in use on your computer. In that case, you can change the first port number in "80:80" to an available port, eg.: "81:80". Then you'll need to access the container via http://localhost:81/.

DecimalTurn avatar Jun 24 '23 18:06 DecimalTurn

This is something I faced as well while setting up the docker/getting-started container. Adding this sort of information would be useful, since this is an introduction documentation for docker.

CC: @mikesir87

jai-dewani avatar Jun 20 '24 12:06 jai-dewani