Monitoring Stack: fix wrong volume path varibale
This commit is contained in:
parent
7a7deddb5d
commit
d0b8b1be66
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue