From 1fee57bb4e9d50a49805847831a32d29579b07d4 Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 12 Dec 2024 04:14:25 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c407f87..eb134e4 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,15 @@ INFO - Using a file with 1 failed attempts for this config (/home/phil/dev/t INFO - Mail sent to root@localhost.localdomain INFO - 1 mails sent successfully ``` + +## Run in container + +Using `podman` (Docker alternative), the above equivalent is: + +```sh +podman run -it --rm \ + -v ./results:/src/results \ + -v ./configs:/src/configs/ \ + -e CONFIG=configs/local.yaml \ + code.philo.ydns.eu/philorg/tinysteady-mailer +```