From 2998bc653ddf58ad3b13f359c4192caf01b579fe Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 17 May 2022 11:04:45 +0200 Subject: [PATCH] Add link to the alternate container image in ecs README --- ecs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ecs/README.md b/ecs/README.md index 765e202..d8cc53c 100644 --- a/ecs/README.md +++ b/ecs/README.md @@ -13,6 +13,8 @@ built using Erlang/OTP, and also includes MQTT Broker and SIP Service. This Docker image allows you to run a single node ejabberd instance in a Docker container. +There is an [Alternative Image in GitHub Packages](HUB-README.md#alternative-image-in-github), built using a different method and some improvements. + If you are using a Windows operating system, check the tutorials mentioned in [ejabberd Docs > Docker Image](https://docs.ejabberd.im/admin/installation/#docker-image).