From d5b3a8a3f83609b14979299202b4fc0ccb61781d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 20 Apr 2016 10:12:44 -0700 Subject: [PATCH] we don't need a TODO here --- samples/web_only.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/web_only.yml b/samples/web_only.yml index 35acb5f..a93260e 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -42,9 +42,9 @@ env: ## ## TODO: The domain name this Discourse instance will respond to DISCOURSE_HOSTNAME: 'discourse.example.com' - ## TODO: Uncomment if you want the container to be started with the same - ## hostname (-h option) as specified above (default "$hostname-$config") - ## NOTE: 'true' is the only valid value here, any other will be ignored + ## + ## Uncomment if you want the container to be started with the same + ## hostname (-h option) as specified above (default "$hostname-$config") #DOCKER_USE_HOSTNAME: true ## ## TODO: The mailserver this Discourse instance will use -- 2.25.1