Stanislav Zhuk
Stanislav Zhuk
Thanks, I think we should have this stanza by default for every nginx template in [webserver_config_assets](https://github.com/ddev/ddev/tree/main/pkg/ddevapp/webserver_config_assets). If you want to contribute, feel free to open a PR https://ddev.readthedocs.io/en/latest/developers/building-contributing/#pull-requests
@mikesnoeren and @AkibaAT, Please test: - https://github.com/ddev/ddev/pull/6510#issuecomment-2312399232
We definitely want to support it, but until these features are implemented, we can't use it with DDEV: - https://github.com/apple/container/issues/66 - https://github.com/apple/container/issues/55
From https://github.com/apple/container/issues/66#issuecomment-3009450447: > we don't have plans to implement the Docker API atop the container client today. --- DDEV is built on the Docker API, and we use it in...
Docker-compatible REST API on top of Apple container: https://github.com/socktainer/socktainer Looks promising. DDEV already supports overrides for `DOCKER_HOST`. If anyone wants to give it a try, check it out and share...
@mandrasch, it's a great report, but I'm afraid it will be ignored because it mentions DDEV so many times. They will think: no, this is some problem with a third-party...
Automatic ESLint Configuration works for me when I choose *Docker* Remote Interpreter for Node.js instead of *Docker Compose*:  --- In this case, it creates a new Docker container that...
Oh, right, it's using the default `nodejs_version` (because we install Node.js in `start.sh`). So if you need the same version, `docker pull node:X`, where `X` is the `nodejs_version` used by...
> From my point of view, removing the automatic setting for the Node Interpreter from the DDEV integration plugin would be the easiest solution for now to avoid crashes. I...
@mandrasch, I have a fix for this in: - https://github.com/ddev/ddev/pull/7148 Please test and leave a review.