From: Lorin Hochstein Date: Sun, 15 Jan 2017 03:54:30 +0000 (-0800) Subject: memcache X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=c5f6d185ddffaa723ed69c666e1fdf4f2bc74c73;p=ansiblebook.git memcache --- diff --git a/ch13/ansible/container.yml b/ch13/ansible/container.yml index 52dba0d..28e9a02 100644 --- 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