From f82fcda91b468267de5367471f4a10029d1292eb Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Fri, 2 Jan 2026 19:55:54 -0500 Subject: [PATCH] (post-update): Setting up an Ejabberd XMPP server with Video Calls and Multimedia support Wording --- ...bberd-xmpp-server-with-video-calls-and-multimedia-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2026-01-02-setting-up-an-ejabberd-xmpp-server-with-video-calls-and-multimedia-support.md b/_posts/2026-01-02-setting-up-an-ejabberd-xmpp-server-with-video-calls-and-multimedia-support.md index dc3818a..23927a8 100644 --- a/_posts/2026-01-02-setting-up-an-ejabberd-xmpp-server-with-video-calls-and-multimedia-support.md +++ b/_posts/2026-01-02-setting-up-an-ejabberd-xmpp-server-with-video-calls-and-multimedia-support.md @@ -267,7 +267,7 @@ docker compose -f /home/ubuntu/ejabberd/docker-compose.yml exec ejabberd ejabber echo "$(date) - Certbot deploy hook: Completed successfully" >> /var/log/certbot-deploy.log ``` -### Docker dual-networking stack (IPv4 and IPv6) +### Docker dual-stack networking (IPv4 and IPv6) As we are going to use both IPv4 and IPv6 on our XMPP server, we need to configure Docker to work with both IPv4 and IPv6 inside the containers. Add the following configuration to your Docker daemon configuration file, usually located at `/etc/docker/daemon.json`: