From 10c39e4501294f837cdd26596bcf0e4b83a3ec45 Mon Sep 17 00:00:00 2001 From: BOHEUS <56270748+BOHEUS@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:12:42 +0200 Subject: [PATCH] Update troubleshooting.mdx (#1895) Updated troubleshooting.mdx with possible solution to Docker related problems --- docs/docs/developer/additional/troubleshooting.mdx | 6 ++++++ 1 file changed, 6 insertions(+) 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/))