Monitoring Stack: fix volume mount path

This commit is contained in:
Aroy-Art 2025-07-09 18:06:08 +02:00
parent b1f4706734
commit d66a31768f
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -194,7 +194,7 @@ services:
- ${DNS_SERVER1:-9.9.9.10}
- ${DNS_SERVER2:-1.1.1.1}
volumes:
- ${BASE_DIR:-.}Telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro
- ${BASE_DIR:-.}/Telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro
depends_on:
- influxdb
restart: unless-stopped