From 77b31bf01faaf5f19924153c78dcd65e99dff2ed Mon Sep 17 00:00:00 2001 From: Nick Haynes Date: Fri, 18 Aug 2017 14:12:22 -0700 Subject: [PATCH] Removed the -a flag from the default value. --- templates/logentries/0/rancher-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/logentries/0/rancher-compose.yml b/templates/logentries/0/rancher-compose.yml index 3d9b392..c52ed0c 100644 --- a/templates/logentries/0/rancher-compose.yml +++ b/templates/logentries/0/rancher-compose.yml @@ -8,9 +8,9 @@ catalog: label: Command type: "string" required: true - default: "-t -j -a host=`uname -n`" + default: "-t -j" description: | The command used to configure the logentries container. services: docker-logentries: - start_on_create: true \ No newline at end of file + start_on_create: true