X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=samples%2Fmail-receiver.yml;h=f29a356f1ca2c5c85559b64f3893b47b91a1bd7d;hb=4c52c30c882b3495b1fbe1be3fd816feaba1ea05;hp=de6614435d2feaae83dfc0315edcc86a2aac328b;hpb=a502da0e85cbcf829154573d6edd50a736cf9851;p=discourse_docker.git diff --git a/samples/mail-receiver.yml b/samples/mail-receiver.yml index de66144..f29a356 100644 --- a/samples/mail-receiver.yml +++ b/samples/mail-receiver.yml @@ -8,6 +8,7 @@ ## visit http://www.yamllint.com/ to validate this file as needed base_image: discourse/mail-receiver:1.0.0 +update_pups: false expose: - "25:25" # SMTP @@ -27,7 +28,7 @@ env: ## The master API key of your Discourse forum. You can get this from ## the "API" tab of your admin panel. - DISCOURSE_API_TOKEN: abcdefghijklmnop + DISCOURSE_API_KEY: abcdefghijklmnop ## The username to use for processing incoming e-mail. Unless you have ## renamed the `system` user, you should leave this as-is.