From ba0be28d455523330438d93ed7b798f0a1f8b7a3 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 8 Apr 2024 13:50:06 +0200 Subject: [PATCH] CONTAINER.md: live in podman doesn't strictly require EJABBERD_BYPASS_WARNINGS --- CONTAINER.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTAINER.md b/CONTAINER.md index 1ea18519c..a277360a9 100644 --- a/CONTAINER.md +++ b/CONTAINER.md @@ -299,7 +299,7 @@ docker buildx build \ It's also possible to use podman instead of docker, just notice: - `EXPOSE 4369-4399` port range is not supported, remove that in Dockerfile - It mentions that `healthcheck` is not supported by the Open Container Initiative image format -- If you want to start with command `live`, add environment variable `EJABBERD_BYPASS_WARNINGS=true` +- to start with command `live`, you may want to add environment variable `EJABBERD_BYPASS_WARNINGS=true` ```bash podman build \ -t ejabberd \ @@ -313,6 +313,8 @@ podman exec eja1 ejabberdctl status podman exec -it eja1 sh podman stop eja1 + +podman run --name eja1 -it -e EJABBERD_BYPASS_WARNINGS=true -p 5222:5222 localhost/ejabberd live ``` ### Package build for `arm64`