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:
6fa5ed0
)
memcache
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 15 Jan 2017 03:54:30 +0000
(19:54 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 15 Jan 2017 03:54:30 +0000
(19:54 -0800)
ch13/ansible/container.yml
patch
|
blob
|
history
diff --git
a/ch13/ansible/container.yml
b/ch13/ansible/container.yml
index
52dba0d
..
28e9a02
100644
(file)
--- a/
ch13/ansible/container.yml
+++ b/
ch13/ansible/container.yml
@@
-6,6
+6,11
@@
services:
image: ubuntu:xenial
memcached:
image: ubuntu:xenial
+ expose:
+ - "11211"
+ command: [-m, 128]
+ entrypoint: memcached
+ user: daemon
postgres:
image: postgres:9.6
# Add your containers here, specifying the base image you want to build from