From 1fe0bcd33f899d7d94f21ba3b8eaad1bb7a406c1 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 14 Nov 2013 20:10:31 -0800 Subject: [PATCH] sample for volumes --- standalone.yml.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/standalone.yml.sample b/standalone.yml.sample index f11a465..6706b88 100644 --- a/standalone.yml.sample +++ b/standalone.yml.sample @@ -23,3 +23,8 @@ params: # needed for bootstrapping, lowercase email env: DEVELOPER_EMAILS: 'my_email@email.com' + +volumes: + - volume: + host: /var/docker/data + guest: /shared -- 2.25.1