From c1c3bb6a3873f9a93d0b2353ed31fd7042334439 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Sat, 24 Jun 2023 14:40:32 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5ccd135dd..18d7a9f6c 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ docker run -d -p 80:80 docker/getting-started Once it has started, you can open your browser to [http://localhost](http://localhost). +**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](http://localhost:81). + ## Development This project has a `docker-compose.yml` file, which will start the mkdocs application on your