Merge pull request #332 from mpalmer/improve-storage-driver-check
[discourse_docker.git] / samples / mail-receiver.yml
index de6614435d2feaae83dfc0315edcc86a2aac328b..f29a356f1ca2c5c85559b64f3893b47b91a1bd7d 100644 (file)
@@ -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.