Skip to content

Troubleshooting

Don Richards edited this page Jul 22, 2022 · 5 revisions

Won't start after running make clean

git checkout codebase

Won't start after a test

  • Check if the docker-compose.yml is empty, remove it if so.
  • Check if there is a .docker-compose.yml file (leading dot) and remove it.
  • Run make up to rebuild the docker-compose.yml file
Clone this wiki locally