Switch to local_storage_config with /loki-logs
This commit is contained in:
parent
b501fcf020
commit
b0b4a65e36
@ -66,7 +66,7 @@ services:
|
||||
ports:
|
||||
- "3100:3100"
|
||||
volumes:
|
||||
- ${DOCKER_DATA}/loki:/etc/loki
|
||||
- ${DOCKER_DATA}/loki-logs:/loki-logs
|
||||
- ./loki-config.yml:/etc/loki/loki-config.yml # not sure if this works. If not, just edit the config within the data volume
|
||||
restart: "no"
|
||||
command: -config.file=/etc/loki/loki-config.yml
|
||||
|
@ -16,6 +16,9 @@ common:
|
||||
kvstore:
|
||||
store: inmemory
|
||||
|
||||
local_storage_config:
|
||||
directory: /loki-logs
|
||||
|
||||
schema_config:
|
||||
configs:
|
||||
- from: 2020-10-24
|
||||
|
Loading…
Reference in New Issue
Block a user