mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-25 01:56:52 +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 |