From bcc8b51260def3a4e4b27787dae352afae14acc4 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 20 Apr 2016 10:55:54 -0700 Subject: [PATCH] we don't need a TODO here --- samples/standalone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index b677aef..bfd415c 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -64,9 +64,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