From d5b891ba4614c493e70202c12fb586c017f8bd57 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 28 Jan 2017 21:03:24 -0800 Subject: [PATCH] Mount certs as a volume --- ch13/ansible/container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ch13/ansible/container.yml b/ch13/ansible/container.yml index e9a5707..54f0e04 100644 --- a/ch13/ansible/container.yml +++ b/ch13/ansible/container.yml @@ -22,6 +22,8 @@ services: dev_overrides: links: - mezzanine + volumes: + - ${PWD}/certs:/certs volumes_from: - mezzanine ports: -- 2.44.0