diff --git a/README.md b/README.md index 0c65582..dd92398 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Note you will need to [setup your mailgun account first](#setup-mailgun) docker run \ -e MAILGUN_EMAIL_DOMAIN="" \ -e MAILGUN_API_KEY="" \ - -e WEBSITE_DOMAIN="localhost:8000" \ + -e WEBSITE_DOMAIN="localhost:8000" \ -p 8000:8000 \ uilicious/inboxkitten ```