3 lines
125 B
Bash
3 lines
125 B
Bash
|
#!/bin/sh
|
||
|
podman run --mount type=bind,src=config/,target=/config -t --rm --name mastodon_email_bridge mastodon_email_bridge
|