Self-Hosted BW: bitwarden-web cant reach any other container

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?

noticed that, after running docker ps, there is no port opened for bitwarden-web. Shouldn’t port 5000 be open for this container?

was running on Rocky Linux 9. Tested on Ubuntu and everything is working fine.