SSL ready
authorDavid Tye <djtye@users.noreply.github.com>
Tue, 29 Mar 2016 22:15:41 +0000 (23:15 +0100)
committerDavid Tye <djtye@users.noreply.github.com>
Tue, 29 Mar 2016 22:15:41 +0000 (23:15 +0100)
samples/standalone.yml

index ab7d7c68adb8487d311c9aa917ebb624aeb7716e..05472657811021ee6ec379d24da1b3d22589a5b0 100644 (file)
@@ -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.