You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,4 +324,11 @@ pipenv install --dev
324
324
2. Run the tests with the following command,
325
325
```bash
326
326
pipenv run pytest -c pytest.ini
327
-
```
327
+
```
328
+
329
+
## Troubleshooting
330
+
If you have trouble starting the application with `docker-compose up` the problem may lie in your postgres container.
331
+
332
+
Try running `docker rm postgres-container-id` to remove any prevoiusly saved data in the postgres container. This will allow the application to rebuild the database from scratch and should start successfully.
0 commit comments