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:
c3df56a
)
add command for nginx
author
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 28 Jan 2017 06:35:37 +0000
(22:35 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 28 Jan 2017 06:35:37 +0000
(22:35 -0800)
ch13/ansible/container.yml
patch
|
blob
|
history
diff --git
a/ch13/ansible/container.yml
b/ch13/ansible/container.yml
index
4dbde45
..
e9a5707
100644
(file)
--- a/
ch13/ansible/container.yml
+++ b/
ch13/ansible/container.yml
@@
-15,6
+15,10
@@
services:
user: daemon
nginx:
image: nginx:1.11
+ command: ["nginx", "-g", "daemon off;"]
+ expose:
+ - "80"
+ - "443"
dev_overrides:
links:
- mezzanine