Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/tools/stream-generator/entrypoint.sh

11 lines
231 B

#!/bin/sh
# Create required directories
mkdir -p /tmp/loki/chunks /tmp/loki/rules
# Set proper permissions
chown -R nobody:nobody /tmp/loki
chmod -R 777 /tmp/loki
# Start Loki
exec loki --config.file=/etc/loki/local-config.yaml