setup for loki

This commit is contained in:
Colin 2024-04-21 15:33:44 -04:00
parent 31b110314f
commit cf99780b4e
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
FROM fluent/fluentd:v1.12-debian-1
USER root
COPY fluent.conf /fluentd/etc/
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc && \
gem install fluent-plugin-grafana-loki
USER fluent