From 95bbc001b06c3c88080a6f503ce5ad261536438a Mon Sep 17 00:00:00 2001 From: David Tye Date: Tue, 29 Mar 2016 23:15:41 +0100 Subject: [PATCH] SSL ready --- samples/standalone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1