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:
0bca7c0
)
Locally, expose both ports
author
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 06:27:22 +0000
(22:27 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 06:27:22 +0000
(22:27 -0800)
ch13/docker-compose.yml
patch
|
blob
|
history
diff --git
a/ch13/docker-compose.yml
b/ch13/docker-compose.yml
index
6890852
..
a8e5c91
100644
(file)
--- a/
ch13/docker-compose.yml
+++ b/
ch13/docker-compose.yml
@@
-4,6
+4,7
@@
services:
image: ansiblebook/nginx-ghost
ports:
- "8443:443"
+ - "8000:80"
volumes:
- ${PWD}/certs:/certs
links: