Mario Palka

Results 4 comments of Mario Palka

Yeah, that's the issue. However, I was wondering why PhpStan found this as issue and PHP not. Maybe you could also improve your tool to handle this strange behaviour of...

PS: here is my repository, where you can reproduce the problem: https://github.com/Mariyo/modelio-in-docker, base image setup you can find here: https://github.com/Mariyo/modelio-in-docker/blob/master/system/Dockerfile

Same for me, unfortunately downgrade even to 2.10 does not help. Snapshot from docker logs: ![image](https://github.com/user-attachments/assets/65f90660-623d-4d58-8e5d-2b025997116e)

I had to reinstall it too and decided to: - switch from `:latest` tag to exact ones `image: 'jc21/nginx-proxy-manager:2.11.3'` - stay on `sqlite` database - implement backup process of `data`...