sebgl / htpc-download-box

Sonarr / Radarr / Jackett / NZBGet / Deluge / OpenVPN / Plex
1.92k stars 323 forks source link

Bazarr on a Pi port bindings #77

Closed ajbrowne613 closed 2 years ago

ajbrowne613 commented 2 years ago

I am unable to start the bazarr container if using the network_mode: host and the ports: switch in the docker compose file.

If I remove the ports section I can run the container but I cant access the web UI using the 192.168.100.133:6767 address though.

I have read other people can access it using localhost:6767 but this is not an option for me as I am running it on a raspberry Pi.

How can I configure the port and access the container?

ajbrowne613 commented 2 years ago

Fixed by deleting the config folder, container and creating it again.