update at 2019-10-17 13:59:51 by ehlxr

master
ehlxr 2019-10-17 13:59:51 +08:00
parent ef39af4609
commit 6a8f12cfe8
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ LABEL maintainer="ehlxr <ehlxr.me@gmail.com>"
ENV FILEBEAT_VERSION=6.5.4
COPY filebeat.yml /filebeat.yml
# COPY filebeat.yml /filebeat.yml
RUN apk add libc6-compat \
&& wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${FILEBEAT_VERSION}-linux-x86_64.tar.gz \
@ -13,4 +13,4 @@ RUN apk add libc6-compat \
&& rm -rf filebeat-* \
&& rm -rf /var/cache/apk/*
CMD ["filebeat", "-c", "filebeat.yml"]
# CMD ["filebeat", "-c", "filebeat.yml"]