Bitwarden in docker doesn't listening to host IP

hi all,

I just install bitwarden under docker and the application is up and running on TCP port 8443, however I’m not able to access it using the host IP but I have a reply on localhost.

here some logs :

docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a0c8a97987ee bitwarden/nginx:2022.9.1 “/entrypoint.sh” 3 hours ago Up 3 hours (healthy) 80/tcp, 0.0.0.0:8443->8443/tcp, 0.0.0.0:8480->8080/tcp bitwarden-nginx
332467ffccd9 bitwarden/admin:2022.9.1 “/entrypoint.sh” 3 hours ago Up 4 minutes (unhealthy) 5000/tcp bitwarden-admin
7fd2040bafa7 bitwarden/mssql:2022.9.1 “/entrypoint.sh” 3 hours ago Up About a minute (health: starting) bitwarden-mssql
db85e3553755 bitwarden/icons:2022.9.1 “/entrypoint.sh” 3 hours ago Up 3 hours (healthy) 5000/tcp bitwarden-icons
499d8d252b43 bitwarden/identity:2022.9.1 “/entrypoint.sh” 3 hours ago Up 3 hours (healthy) 5000/tcp bitwarden-identity
cfa62ec341b4 bitwarden/attachments:2022.9.1 “/entrypoint.sh” 3 hours ago Up 3 hours (healthy) bitwarden-attachments
1f707802d211 bitwarden/notifications:2022.9.1 “/entrypoint.sh” 3 hours ago Up 3 hours (healthy) 5000/tcp bitwarden-notifications
3963d54929ef bitwarden/events:2022.9.1 “/entrypoint.sh” 3 hours ago Up 3 hours (healthy) 5000/tcp bitwarden-events
91819ab8ca78 bitwarden/api:2022.9.1 “/entrypoint.sh” 3 hours ago Up 3 hours (healthy) 5000/tcp bitwarden-api
e646946b2579 bitwarden/sso:2022.9.1 “/entrypoint.sh” 3 hours ago Up 3 hours (unhealthy) 5000/tcp bitwarden-sso
e9053f24d8a6 bitwarden/web:2022.9.1 “/entrypoint.sh” 3 hours ago Up 3 hours (healthy) bitwarden-web

ss -lntp
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 128 0.0.0.0:5000 0.0.0.0:* users:((“docker-proxy”,pid=8210,fd=4))
LISTEN 0 128 0.0.0.0:111 0.0.0.0:* users:((“rpcbind”,pid=744,fd=8))
LISTEN 0 128 0.0.0.0:80 0.0.0.0:* users:((“docker-proxy”,pid=8284,fd=4))
LISTEN 0 128 0.0.0.0:8082 0.0.0.0:* users:((“apache2”,pid=20778,fd=3),(“apache2”,pid=20777,fd=3),(“apache2”,pid=10443,fd=3))
LISTEN 0 128 127.0.0.53%lo:53 0.0.0.0:* users:((“systemd-resolve”,pid=872,fd=13))
LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:((“sshd”,pid=1592,fd=3))
LISTEN 0 128 0.0.0.0:8443 0.0.0.0:* users:((“docker-proxy”,pid=26939,fd=4))
LISTEN 0 128 0.0.0.0:443 0.0.0.0:* users:((“apache2”,pid=20778,fd=5),(“apache2”,pid=20777,fd=5),(“apache2”,pid=10443,fd=5))
LISTEN 0 128 0.0.0.0:4443 0.0.0.0:* users:((“apache2”,pid=20778,fd=4),(“apache2”,pid=20777,fd=4),(“apache2”,pid=10443,fd=4))
LISTEN 0 128 0.0.0.0:8480 0.0.0.0:* users:((“docker-proxy”,pid=26955,fd=4))
LISTEN 0 128 0.0.0.0:4000 0.0.0.0:* users:((“docker-proxy”,pid=9115,fd=4))
LISTEN 0 5 0.0.0.0:5666 0.0.0.0:* users:((“nrpe”,pid=1431,fd=6))

netcatnc -vz 127.0.0.1 8443
Connection to 127.0.0.1 8443 port [tcp/*] succeeded!
netcatnc -vz 10.56.x.x 8443
nc: connect to 10.56.x.x port 8443 (tcp) failed: Connection timed out

Anybody can help or tell me what to check please ?