Monitoring Stack: fix volume mount path
This commit is contained in:
parent
b1f4706734
commit
d66a31768f
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ services:
|
||||||
- ${DNS_SERVER1:-9.9.9.10}
|
- ${DNS_SERVER1:-9.9.9.10}
|
||||||
- ${DNS_SERVER2:-1.1.1.1}
|
- ${DNS_SERVER2:-1.1.1.1}
|
||||||
volumes:
|
volumes:
|
||||||
- ${BASE_DIR:-.}Telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro
|
- ${BASE_DIR:-.}/Telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- influxdb
|
- influxdb
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue