From 6a21398b318d8eca819afba0498d6b8f1458302b Mon Sep 17 00:00:00 2001 From: Al Lefebvre Date: Wed, 10 May 2017 11:23:57 -0400 Subject: [PATCH] Updated docker file --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 17a6f669..2aadbc96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG VERSION ENV VERSION=$VERSION RUN set -ex ;\ - # Ensure kibana user exists + # Ensure protologbeat user exists addgroup -S protologbeat && adduser -S -G protologbeat protologbeat ;\ # Install dependencies apk --no-cache add gettext libc6-compat curl ;\ @@ -37,4 +37,4 @@ RUN chown -R protologbeat:protologbeat /opt/protologbeat ;\ WORKDIR /opt/protologbeat USER protologbeat -CMD ["protologbeat", "-e", "-c", "/opt/protologbeat/conf/protologbeat.yml"] +CMD ["protologbeat", "-c", "/opt/protologbeat/conf/protologbeat.yml"]