parent
eaa4c0ca96
commit
1fee57bb4e
1 changed files with 12 additions and 0 deletions
12
README.md
12
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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue