Bazarr on Qnap no IP (0.0.0.0)

HI! Newbie here!

I am trying to run bazarr as docker in Qnap NAS. I followed this guide and run the commands below:

docker run
–name=bazarr
–net bridge
-e PUID=1004
-e PGID=100
-e TZ=Europe/Athens
-p 49153:6767
-v /share/CACHEDEV1_DATA/docker/media/bazarr/config:/config
-v /share/CACHEDEV1_DATA/media:/_video
–restart unless-stopped
-d linuxserver/bazarr:latest

After some seconds, bazarr is shown in container station as docker but with no IP. More specifically, the error is: ERROR (server:54) - BAZARR cannot bind to specified IP, trying with default (0.0.0.0).

Any help is appreciated!

Thank you in advance!