Skip to content

Troubleshootings

Kele Kent edited this page Mar 5, 2024 · 13 revisions

Installing

  1. If you are getting this error in yellow, your .django_secrets.env file is not recognized by docker. image Make sure your file is named properly.
.django_secrets.env
  1. If you are getting this error in yellow, the file path in your docker-compose.yml file could be incorrect image To fix this open up the docker-compose.yml and scroll down to ~line 50. you should see something like this: image Now make sure that your divers match the file path. To check what kind of drive you have. Open up any type of folder and click on "This PC" image Find out which drive you want to store your data on and change the /D/ to that driver. For example, mine would look like this image
Clone this wiki locally