extract config files out of setup.sh
This commit is contained in:
parent
41ae856938
commit
f6fe57aaf1
8 changed files with 445 additions and 396 deletions
5
templates/var/lib/stalwart-mail/cli.sh
Normal file
5
templates/var/lib/stalwart-mail/cli.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
mail_passwd="$mail_passwd"
|
||||
function stalwart-cli()
|
||||
{
|
||||
(cd "$wd" && CREDENTIALS="admin:$mail_passwd" exec docker-compose -p server exec -T -e CREDENTIALS mail stalwart-cli -u "http://localhost" "$@")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue