Monitoring Stack: fix wrong volume path varibale

This commit is contained in:
Aroy-Art 2025-02-04 15:18:56 +01:00
parent 7a7deddb5d
commit d0b8b1be66
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -45,8 +45,8 @@ services:
ports:
- "3100:3100"
volumes:
- ${DATADIR}/Loki/Config/loki-config.yaml:/etc/loki/loki-config.yaml
- ${DATADIR}/Loki/Data:/data/loki
- ${BASE_DIR:-.}/Loki/Config/loki-config.yaml:/etc/loki/loki-config.yaml
- ${BASE_DIR:-.}/Loki/Data:/data/loki
command: -config.file=/etc/loki/loki-config.yaml
logging:
driver: loki