diff --git a/website/docs/troubleshooting/emails.md b/website/docs/troubleshooting/emails.md index 71efad742..31fcb6008 100644 --- a/website/docs/troubleshooting/emails.md +++ b/website/docs/troubleshooting/emails.md @@ -13,7 +13,7 @@ If you omit the `-s` parameter, the email will be sent using the global settings To run this command with docker-compose, use ``` -docker-compose exec -it worker ./manage.py test_email [...] +docker-compose exec worker ./manage.py test_email [...] ``` To run this command with Kubernetes, use