diff --git a/README.md b/README.md index c0bf48d9..74c211ad 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ This command: - Reloads the app whenever changes are made within the `/app` directory #### The API docs can then be found at: [localhost:8027](http://localhost:8027) + +> If you run into any isues please see [TROUBLESHOOT.md](TROUBLESHOOT.md). ___ ## Running in a virtual environment diff --git a/TROUBLESHOOT.md b/TROUBLESHOOT.md new file mode 100644 index 00000000..3077d898 --- /dev/null +++ b/TROUBLESHOOT.md @@ -0,0 +1,5 @@ +# Troubleshooting + +## Docker issues +- If you see `services.db.healthcheck Additional property start_interval is not allowed` update your Docker Engine to a +version greater than 23. \ No newline at end of file