From: David Tye Date: Tue, 29 Mar 2016 22:15:41 +0000 (+0100) Subject: SSL ready X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=95bbc001b06c3c88080a6f503ce5ad261536438a;p=discourse_docker.git SSL ready --- diff --git a/samples/standalone.yml b/samples/standalone.yml index ab7d7c6..0547265 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -26,7 +26,7 @@ templates: ## which TCP/IP ports should this container expose? expose: - "80:80" # fwd host port 80 to container port 80 (http) - - "443:443" # fwd host port 443 to container port 443 (https) + - "443:443" # fwd host port 443 to container port 443 (https) (ssl ready) # If you want Discourse to share a port with another webserver like Apache or nginx, # see https://meta.discourse.org/t/17247 for instructions.