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:
67e484d
)
Don't expose port 80
author
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 05:19:04 +0000
(21:19 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 05:19:04 +0000
(21:19 -0800)
ch13/docker-compose.yml
patch
|
blob
|
history
diff --git
a/ch13/docker-compose.yml
b/ch13/docker-compose.yml
index
625be7f
..
6890852
100644
(file)
--- a/
ch13/docker-compose.yml
+++ b/
ch13/docker-compose.yml
@@
-3,7
+3,6
@@
services:
nginx:
image: ansiblebook/nginx-ghost
ports:
- - "8000:80"
- "8443:443"
volumes:
- ${PWD}/certs:/certs