···3131podman build -t xmpp-discord-bridge:latest -f contrib/Dockerfile .
3232```
33333434-> **_Note:_** Docker can not communicate on 127.0.0.1, which XMPP services listen on for external components. You will need to configure your XMPP service to listen to the IP of the Docker interface. Here is the documentation needed for [Prosody](https://prosody.im/doc/components#advanced-network-configuration) and [Ejabberd](https://docs.ejabberd.im/admin/configuration/listen-options/#hosts).
3434+> **_Note:_** Docker can not communicate on `127.0.0.1`, which XMPP services listen on for external components. You will need to configure your XMPP service to listen on all interfaces with `0.0.0.0`. Here is the documentation needed for [Prosody](https://prosody.im/doc/components#advanced-network-configuration) and [Ejabberd](https://docs.ejabberd.im/admin/configuration/listen-options/#hosts).
35353636### XMPP
3737