remove commented lines of code leading space
- "80:80" # fwd host port 80 to container port 80 (http)
- "2222:22" # fwd host port 2222 to container port 22 (ssh)
-params:
+#params:
## Which Git revision should this container use?
- version: HEAD
+ # tests-passed is default
+ # version: tests-passed
env:
+ LANG: en_US.UTF-8
## How many concurrent web requests are supported?
## With 2GB we recommend 3-4 workers, with 1GB only 2
- # UNICORN_WORKERS: 3
+ #UNICORN_WORKERS: 3
##
## List of comma delimited emails that will be made admin on signup
DISCOURSE_DEVELOPER_EMAILS: 'my-email-address@example.com'