Results 5 comments of silvio

@kburtram fun fact: ssms 18.4 behaves the same way, maybe there is some viewmodel reuse.

Can you try to bind the ports like `... -p 127.0.0.1:4848:4848` on your compose file or your docker command. --- My way to disable v6 > `/etc/sysctl.conf` ``` net.ipv6.conf.all.disable_ipv6 =...

I see It's not an host issue, sry @meeb Is there any reason why nginx is running inside the container, I don't see the need for it. Why is there...

thank you for the explanation. I understand why you chose it. From an architecture and deployment perspective, the redis and nginx image should be separate containers in the deployment. But...

And someone forgot to commit the image :)