From: Jeff Atwood Date: Wed, 20 Apr 2016 17:12:44 +0000 (-0700) Subject: we don't need a TODO here X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d5b3a8a3f83609b14979299202b4fc0ccb61781d;p=discourse_docker.git we don't need a TODO here --- 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