From 4aa07b3672f7fdce458b51efee7463477262965e Mon Sep 17 00:00:00 2001 From: Piyush Date: Wed, 6 Dec 2023 20:50:39 -0800 Subject: [PATCH] Update troubleshoot.md (#1283) Added instructions for removal if want to start afresh --- docs/troubleshoot.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/troubleshoot.md b/docs/troubleshoot.md index a43ed13c..03f3e8e1 100644 --- a/docs/troubleshoot.md +++ b/docs/troubleshoot.md @@ -45,3 +45,11 @@ If you are using old version of `docker-compose` the .env file needs to be locat - Set environment variable `COMPOSE_CONVERT_WINDOWS_PATHS` e.g. `set COMPOSE_CONVERT_WINDOWS_PATHS=1` - While using docker machine, port-forward the ports of VM to ports of host machine. (ports 8080/8000/9000) - Name all the sites ending with `.localhost`. and access it via browser locally. e.g. `http://site1.localhost` + +### Redo installation + +- If you have made changes and just want to start over again (abandoning all changes), remove all docker + - containers + - images + - volumes +- Install afresh