Djun Kim
Results
2
comments of
Djun Kim
`ingester.wal.dir` should be a path in the loki container's file system. Since `~/.loki-shell/data` is already mounted to `/loki` in the container, this should work: wal: dir: /loki/.cache/loki/wal/
In my case, this issue (which appeared in 4.39) manifests as volume declarations using environment variables to specify the device path no longer working. Replacing the Environment Variable with its...