mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-22 07:38:11 +00:00
4 lines
111 B
Docker
4 lines
111 B
Docker
ARG LOKI_VERSION
|
|
FROM grafana/loki:${LOKI_VERSION}
|
|
MAINTAINER Sheldan
|
|
ADD loki.yml /mnt/config/loki-config.yaml |