Persist loki log storage

This commit is contained in:
Joey Hafner 2022-07-14 13:44:43 -07:00
parent 02f0e42781
commit 3b640c0f17

View File

@ -66,6 +66,7 @@ services:
ports:
- "3100:3100"
volumes:
- ${DOCKER_DATA}/loki-logs:/tmp/loki
- ${DOCKER_DATA}/loki:/etc/loki
- ./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"