Hi everyone.
I am trying to run my self hosted bitwarden server.
I am getting 502 bad gateway on my nginx, and I am noticing that my bitwarden-nginx container is not being able to reach bitwarden-web container. All other containers can reach each other.
I think that this is causing the issue, since if a request is made do /, looking at the nginx conf, it tries to connect to bitwarden-web.
Not sure if this is the real cause of the issue… anyone can help?