diff --git a/docs/docs/developer/additional/troubleshooting.mdx b/docs/docs/developer/additional/troubleshooting.mdx index 1a4d21568..1284be9aa 100644 --- a/docs/docs/developer/additional/troubleshooting.mdx +++ b/docs/docs/developer/additional/troubleshooting.mdx @@ -20,3 +20,9 @@ Then delete the repository and clone it again. ## Yarn lock file changed and new files are created (`yarn.lock`, `.yarnrc.yml`, `.yarn`) Maybe you are using yarn 3? Try installing [yarn classic](https://classic.yarnpkg.com/lang/en/)! + + +## Docker throws errors while setting up local environment + +If by any chance you will run into problems with Docker, you should change the `docker-compose` to `docker compose` in `./infra/dev/Makefile` as `docker-compose` is old version +becoming slowly obsolete. (More info can be found [here](https://docs.docker.com/compose/migrate/))