From 7ea2c6eabf21e8b9e7606b7a107c7632da975c60 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 3 Apr 2024 22:55:58 +0200 Subject: [PATCH] Improve markdown of md files --- CONTAINER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTAINER.md b/CONTAINER.md index d52f4255c..9fa5492b8 100644 --- a/CONTAINER.md +++ b/CONTAINER.md @@ -249,7 +249,7 @@ For this you can either: Example to connect a local `ejabberdctl` to a containerized ejabberd: 1. When creating the container, export port 5210, and set `ERLANG_COOKIE`: -``` +```sh docker run --name ejabberd -it \ -e ERLANG_COOKIE=`cat $HOME/.erlang.cookie` \ -p 5210:5210 -p 5222:5222 \ @@ -260,7 +260,7 @@ docker run --name ejabberd -it \ 4. Now use `ejabberdctl` in your local ejabberd deployment To connect using a local `ejabberd` script: -``` +```sh ERL_DIST_PORT=5210 _build/dev/rel/ejabberd/bin/ejabberd ping ```