-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshootings
Kele Kent edited this page Mar 5, 2024
·
13 revisions
- If you are getting this error in yellow, your .django_secrets.env file is not recognized by docker.
Make sure your file is named properly.
.django_secrets.env
- If you are getting this error in yellow, the file path in your docker-compose.yml file could be incorrect
To fix this open up the docker-compose.yml and scroll down to ~line 50. you should see something like this:
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"
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