projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb121a
)
SSL ready
author
David Tye
<djtye@users.noreply.github.com>
Tue, 29 Mar 2016 22:15:41 +0000
(23:15 +0100)
committer
David Tye
<djtye@users.noreply.github.com>
Tue, 29 Mar 2016 22:15:41 +0000
(23:15 +0100)
samples/standalone.yml
patch
|
blob
|
blame
|
history
diff --git
a/samples/standalone.yml
b/samples/standalone.yml
index ab7d7c68adb8487d311c9aa917ebb624aeb7716e..05472657811021ee6ec379d24da1b3d22589a5b0 100644
(file)
--- 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.