From b6f290a071a5def59c7229280ab0f883d769f1f4 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Wed, 27 Nov 2013 16:13:43 -0800 Subject: [PATCH] fix standalone template --- standalone.yml.sample | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/standalone.yml.sample b/standalone.yml.sample index 6706b88..e67e645 100644 --- a/standalone.yml.sample +++ b/standalone.yml.sample @@ -1,5 +1,10 @@ -# this is the base template, you should not change it -template: "standalone.template.yml" +# this is the base templates used, you can cut it down to include less functionality per container +templates: + - "templates/cron.template.yml" + - "templates/postgres.template.yml" + - "templates/redis.template.yml" + - "templates/sshd.template.yml" + - "templates/web.template.yml" # which ports to expose? expose: - "80:80" -- 2.25.1