git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6a19aa
)
Expose port 443
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 29 Jan 2017 05:39:40 +0000
(21:39 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 29 Jan 2017 05:39:40 +0000
(21:39 -0800)
ch13/ansible/container.yml
patch
|
blob
|
history
diff --git
a/ch13/ansible/container.yml
b/ch13/ansible/container.yml
index
ffcc71d
..
0738bc8
100644
(file)
--- a/
ch13/ansible/container.yml
+++ b/
ch13/ansible/container.yml
@@
-28,6
+28,7
@@
services:
- mezzanine
ports:
- "8080:80"
+ - "8443:443"
mezzanine:
image: ubuntu:xenial
entrypoint: [/srv/bin/entrypoint.sh]