Dennis Korbginski
Dennis Korbginski
I encountered the same error message. When checking the upstream mysql:8 image I found that there is no file `/etc/mysql/my.cnf`, and the new file created by https://github.com/sprintcube/docker-compose-lamp/blob/master/bin/mysql8/Dockerfile#L2 is missing the...
Hey, with the port in question being 8125, I agree it's very likely that this is caused from a monitoring agent running in my cluster. Maybe I was just lucky...
I was able to "solve" the issue @Andresuito and I am seeing by removing the `nitro()` plugin from `vite.config.ts`. I don't nearly understand enough of what's going here to call...