From 04da762324d377e3e4462018f286dcb048a2a03b Mon Sep 17 00:00:00 2001 From: Thomas Hucke Date: Tue, 19 May 2026 20:03:33 +0200 Subject: [PATCH 1/3] Update NOTES.md --- src/typo3/NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. > From 6b39e72f14b71d30b32aa91e31e24a78e4883422 Mon Sep 17 00:00:00 2001 From: Thomas Hucke Date: Tue, 19 May 2026 20:04:16 +0200 Subject: [PATCH 2/3] Update README.md --- src/typo3/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. > From b53041bac29cadedc22da17be90ab13da223b5f2 Mon Sep 17 00:00:00 2001 From: Thomas Hucke Date: Tue, 19 May 2026 20:04:40 +0200 Subject: [PATCH 3/3] Update README.md --- src/typo3/.devcontainer/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. >