Update README.md
Some checks failed
/ test (push) Failing after 4s

This commit is contained in:
phil 2024-12-12 04:14:25 +00:00
parent eaa4c0ca96
commit 1fee57bb4e

View file

@ -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
```