diff --git a/src/typo3/.devcontainer/README.md b/src/typo3/.devcontainer/README.md index b91e7ff..84d8621 100644 --- a/src/typo3/.devcontainer/README.md +++ b/src/typo3/.devcontainer/README.md @@ -2,7 +2,9 @@ Homepage: [Github](https://github.com/thucke/devcontainer-templates/tree/main/src/typo3) ->[!CAUTION] Caution Windows WSL Users +>[!CAUTION] +>**Caution Windows WSL Users** +> >If you want to develop locally on your Windows machine the Windows Subsystem for Linux (WSL) is always involved. It's a well known limitation in WSL that cross platform performance (Windows Host->WSL / WSL->Windows Host) is very sluggish which could cause timeouts e.g. during composer install. >The reason is that behind the scenes your local git directory is mounted into the running devcontainer which will find yourself and your project immediately facing the upper mentioned issue. > diff --git a/src/typo3/NOTES.md b/src/typo3/NOTES.md index 2ecb60d..68b70db 100644 --- a/src/typo3/NOTES.md +++ b/src/typo3/NOTES.md @@ -22,7 +22,9 @@ This Devcontainer template is based upon the following ruleset: ![Architecture overview](.devcontainer/img/Devcontainer_FrankenPHP.drawio.png) ->[!CAUTION] Caution Windows WSL Users +>[!CAUTION] +>**Caution Windows WSL Users** +> >If you want to develop locally on your Windows machine the Windows Subsystem for Linux (WSL) is always involved. It's a well known limitation in WSL that cross platform performance (Windows Host->WSL / WSL->Windows Host) is very sluggish which could cause timeouts e.g. during composer install. >The reason is that behind the scenes your local git directory is mounted into the running devcontainer which will find yourself and your project immediately facing the upper mentioned issue. > diff --git a/src/typo3/README.md b/src/typo3/README.md index 0347442..53f1577 100644 --- a/src/typo3/README.md +++ b/src/typo3/README.md @@ -35,7 +35,9 @@ This Devcontainer template is based upon the following ruleset: ![Architecture overview](.devcontainer/img/Devcontainer_FrankenPHP.drawio.png) ->[!CAUTION] Caution Windows WSL Users +>[!CAUTION] +>**Caution Windows WSL Users** +> >If you want to develop locally on your Windows machine the Windows Subsystem for Linux (WSL) is always involved. It's a well known limitation in WSL that cross platform performance (Windows Host->WSL / WSL->Windows Host) is very sluggish which could cause timeouts e.g. during composer install. >The reason is that behind the scenes your local git directory is mounted into the running devcontainer which will find yourself and your project immediately facing the upper mentioned issue. >