Skip to content

Commit

Permalink
Update troubleshoot.md
Browse files Browse the repository at this point in the history
Added instructions for removal if want to start afresh
  • Loading branch information
dntrply authored Dec 6, 2023
1 parent 2aa5b30 commit 31b3963
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 31b3963

Please sign in to comment.