Update troubleshooting.mdx (#1895)

Updated troubleshooting.mdx with possible solution to Docker related problems
This commit is contained in:
BOHEUS
2023-10-06 11:12:42 +02:00
committed by GitHub
parent 7574ad82fe
commit 10c39e4501

View File

@ -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/))