switch to upstream docker -- hopefully fixes ipv6 source address issues
This commit is contained in:
parent
a8f3a2fad8
commit
92bb25d2f0
5 changed files with 28 additions and 42 deletions
|
@ -1,5 +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" "$@")
|
||||
(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