Skip to content

Commit

Permalink
Fixing docker example readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Aug 16, 2022
1 parent 36af355 commit 6a47b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Note you will need to [setup your mailgun account first](#setup-mailgun)
docker run \
-e MAILGUN_EMAIL_DOMAIN="<email-domain>" \
-e MAILGUN_API_KEY="<api-key>" \
-e WEBSITE_DOMAIN="localhost:8000" \
-e WEBSITE_DOMAIN="localhost:8000" \
-p 8000:8000 \
uilicious/inboxkitten
```
Expand Down

0 comments on commit 6a47b71

Please sign in to comment.