skip to Main Content

Docker MinIO entrypoint

I have this project which was initially set up on Mac, I'm on Windows, it's a Docker project which runs Node, Kafka and a few other containers, one of them being MinIO. Everything works as intended except MinIO, I get…

VIEW QUESTION

Redis – DDEV/Laravel/PHPUnit: Problems with setup in PhpStorm

Using Laravel with DDEV/Docker on a Mac, I am stuck getting PhpStorm to run directly PHPUnit with coverage. I am following these instructions: https://ddev.readthedocs.io/en/stable/users/topics/phpstorm/ I started the setup with curl -s "https://laravel.build/myproject?with=mysql,redis,memcached" | bash Everything's is working fine, including debugging…

VIEW QUESTION
Back To Top
Search