Mario Palka
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: 
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`...