From 7a0c317624b2539a92eeb7c5b5a34551c05bb009 Mon Sep 17 00:00:00 2001 From: fefrei Date: Thu, 18 Feb 2016 11:16:20 +0100 Subject: [PATCH] Added link to Meta howto to standalone sample. --- samples/standalone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/standalone.yml b/samples/standalone.yml index e8403f69d..9fcc5afa4 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -22,6 +22,8 @@ templates: ## which TCP/IP ports should this container expose? expose: - "80:80" # fwd host port 80 to container port 80 (http) +# If you want Discourse to share a port with another webserver like Apache or nginx, +# see https://meta.discourse.org/t/17247 for instructions. # any extra arguments for Docker? # docker_args: